# THEME - xiaoyakankan 2024 - VSMOV CMS ## Requirements https://github.com/vsphim/vsmov-core ## Install 1. Tại thư mục của Project: `composer require vsmov/theme-xiaoyakankan` 2. Kích hoạt giao diện trong Admin Panel ## Update 1. Tại thư mục của Project: `composer update vsmov/theme-xiaoyakankan` 2. Re-Activate giao diện trong Admin Panel ## Note - Một vài lưu ý quan trọng của các nút chức năng: + `Activate` và `Re-Activate` sẽ publish toàn bộ file js,css trong themes ra ngoài public của laravel. + `Reset` reset lại toàn bộ cấu hình của themes ## Demo ### Trang Chủ ![Alt text](https://i.ibb.co/DLYW0cc/image.png "Home Page") ### Trang Danh Sách Phim ![Alt text](https://i.ibb.co/NVJQ91P/image.png "Catalog Page") ### Trang Thông Tin Phim ![Alt text](https://i.ibb.co/4ZRkMWf/image.png "Info Page") ### Trang Xem Phim ![Alt text](https://i.ibb.co/CMp7gZg/image.png "Episode Page") ### Custom View Blade - File blade gốc trong Package: `/vendor/vsmov/theme-xiaoyakankan/resources/views/themexiaoyakankan` - Copy file cần custom đến: `/resources/views/vendor/themes/themexiaoyakankan` # THEME - xiaoyakankan 2024 - VSMOV CMS