ophimcms / theme-bcco
Ophim的bcō主题
1.2.1
2023-06-12 05:41 UTC
Requires
- ckfinder/ckfinder-laravel-package: v3.5.2.1
- hacoidev/ophim-core: ^1.1.0
- laravel/framework: ^6|^7|^8
README
演示
主页
电影列表页
电影信息页
观看电影页
需求
https://github.com/hacoidev/ophim-core
安装
- 在项目目录下:
composer require ophimcms/theme-bcco
- 在管理面板中激活界面
更新
- 在项目目录下:
composer update ophimcms/theme-bcco
- 在管理面板中重新激活界面
注意
- 一些重要功能按钮的注意事项
激活
和重新激活
会将主题中的所有js,css文件发布到laravel的public目录。重置
会重置主题的全部配置
文档
列表
-
主页:
display_label|relation|find_by_field|value|limit|show_more_url
- 示例格式:
新电影系列||type|series|12|/danh-sach/phim-bo
- 示例格式:
新电影||type|single|12|/danh-sach/phim-bo
- 示例按类别:
动作电影|categories|slug|hanh-dong|12|/the-loai/hanh-dong
- 示例按国家:
韩国电影|regions|slug|han-quoc|12|/quoc-gia/han-quoc
- 示例使用其他字段:
上映电影||is_shown_in_theater|1|12|
- 示例格式:
-
热门列表:
Label|relation|find_by_field|value|sort_by_field|sort_algo|limit
即将上映电影||status|trailer|publish_year|desc|9
电影系列排行榜||type|series|view_total|desc|9
电影排行榜||type|single|view_total|desc|9
自定义视图Blade
- 包中的原始blade文件:
/vendor/ophimcms/theme-bcco/resources/views/themebcco
- 复制需要自定义的文件到:
/resources/views/vendor/themes/themebcco