vsmov-kiss/README.md
2026-05-20 11:48:27 +07:00

52 lines
1.9 KiB
Markdown

# THEME - KISS 2023 - VSMOV CMS
## Demo
### Trang Chủ
![Alt text](https://i.ibb.co/Lp7G8gH/THEME-KISS-INDEX.png "Home Page")
### Trang Danh Sách Phim
![Alt text](https://i.ibb.co/f8TLCzc/THEME-KISS-CATALOG.png "Catalog Page")
### Trang Thông Tin Phim
![Alt text](https://i.ibb.co/k0qymfm/THEME-KISS-SINGLE.png "Single Page")
### Trang Xem Phim
![Alt text](https://i.ibb.co/LhWJ0rL/THEME-KISS-EPISODE.png "Episode Page")
## Requirements
https://github.com/vsphim/vsmov-core
## Install
1. Tại thư mục của Project: `composer require vsmov/theme-kiss`
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-kiss`
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
## Document
### List
- Trang chủ: `display_label|relation|find_by_field|value|limit|show_more_url|show_template (section_1|section_2)`
```
Phim chiếu rạp mới||is_shown_in_theater|1|8|/danh-sach/phim-chieu-rap|section_1
Phim bộ mới||type|series|20|/danh-sach/phim-bo|section_2
Phim lẻ mới||type|single|8|/danh-sach/phim-le|section_1
Phim hoạt hình|categories|slug|hoat-hinh|20|/the-loai/hoat-hinh|section_2
```
- Danh sách hot: `Label|relation|find_by_field|value|sort_by_field|sort_algo|limit|show_template (top_text|top_thumb_1|top_thumb_2)`
```
Sắp chiếu||status|trailer|publish_year|desc|10|top_text
Top phim lẻ||type|single|view_week|desc|10|top_thumb_1
Top phim bộ||type|series|view_week|desc|10|top_thumb_2
```
### Custom View Blade
- File blade gốc trong Package: `/vendor/vsmov/theme-kiss/resources/views/themekiss`
- Copy file cần custom đến: `/resources/views/vendor/themes/themekiss`