theme-dy/README.md
Clemencia John dc7d26ea4a first commit
2026-04-23 00:47:32 -07:00

39 lines
1.1 KiB
Markdown

# THEME - Dy 2024 - VSMOV CMS
## Requirements
https://github.com/vsphim/vsmov-core
## Install
1. Tại thư mục của Project: `composer require vsmov/theme-dy`
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-dy`
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``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/YbNYS6j/home.png "Home Page")
### Trang Danh Sách Phim
![Alt text](https://i.ibb.co/zHvKYNS/category.png "Catalog Page")
### Trang Thông Tin Phim
![Alt text](https://i.ibb.co/crwNVLy/image.png "Info Page")
### Trang Xem Phim
![Alt text](https://i.ibb.co/HKHBbfd/image.png "Episode Page")
### Custom View Blade
- File blade gốc trong Package: `/vendor/vsmov/theme-dy/resources/views/themedy`
- Copy file cần custom đến: `/resources/views/vendor/themes/themedy`
# THEME - Dy 2024 - OPHIM CMS