49 lines
2.2 KiB
Markdown
Executable File
49 lines
2.2 KiB
Markdown
Executable File
# THEME - SEPTEMBER 2022 - VSPHIM CMS
|
|
|
|
## Demo
|
|
### Trang Chủ
|
|

|
|
|
|
### Trang Danh Sách Phim
|
|

|
|
|
|
### Trang Thông Tin Phim
|
|

|
|
|
|
### Trang Xem Phim
|
|

|
|
|
|
## Requirements
|
|
https://github.com/vsphim/vsmov-core
|
|
|
|
## Install
|
|
1. Tại thư mục của Project: `composer require vsmov/vsmov-september`
|
|
2. Kích hoạt giao diện trong Admin Panel
|
|
|
|
## Update
|
|
1. Tại thư mục của Project: `composer update vsmov/vsmov-september`
|
|
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
|
|
|
|
## Document
|
|
### List
|
|
- Trang chủ: `display_label|relation|find_by_field|value|limit|show_more_url|show_template (slider_poster|slider_thumb|section_poster|section_thumb)`
|
|
+ Ví dụ theo định dạng: `Phim bộ mới||type|series|12|/danh-sach/phim-bo|section_poster`
|
|
+ Ví dụ theo định dạng: `Phim lẻ mới||type|single|12|/danh-sach/phim-bo|section_thumb`
|
|
+ Ví dụ theo thể loại: `Phim hành động|categories|slug|hanh-dong|12|/the-loai/hanh-dong|slider_thumb`
|
|
+ Ví dụ theo quốc gia: `Phim hàn quốc|regions|slug|han-quoc|12|/quoc-gia/han-quoc|section_poster`
|
|
+ Ví dụ với các field khác: `Phim chiếu rạp||is_shown_in_theater|1|12||section_poster`
|
|
|
|
- Danh sách hot: `Label|relation|find_by_field|value|sort_by_field|sort_algo|limit|show_template (top_text|top_thumb)`
|
|
+ `Phim sắp chiếu||status|trailer|publish_year|desc|9|top_text`
|
|
+ `Top phim bộ||type|series|view_total|desc|9|top_thumb`
|
|
+ `Top phim lẻ||type|single|view_total|desc|9|top_thumb`
|
|
|
|
### Custom View Blade
|
|
- File blade gốc trong Package: `/vendor/vsmov/vsmov-september/resources/views/september`
|
|
- Copy file cần custom đến: `/resources/views/vendor/themes/september`
|