devcuongnguyen / ophim-ripple
Ophim 的涟漪主题
1.0.1
2024-01-22 18:23 UTC
Requires
- ckfinder/ckfinder-laravel-package: v3.5.2.1
- devcuongnguyen/ophim-core: ^1.0.3
- laravel/framework: ^6|^7|^8
README
演示
首页
电影列表页
电影信息页
观看电影页
要求
https://github.com/devcuongnguyen/ophim-core
安装
- 在项目目录下:
composer require devcuongnguyen/ophim-ripple
- 在管理员面板中激活界面
更新
- 在项目目录下:
composer update devcuongnguyen/ophim-ripple
- 在管理员面板中重新激活界面
注意
- 一些重要功能的按钮注意事项
激活
和重新激活
将将主题中的所有 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-le
- 按类别示例:
动作电影|categories|slug|hanh-dong|12|/the-loai/hanh-dong
- 按国家示例:
韩国电影|regions|slug|han-quoc|12|/quoc-gia/han-quoc
- 其他字段示例:
上映电影||is_shown_in_theater|1|12|/danh-sach/phim-chieu-rap|
- 格式示例:
-
热门列表:
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 视图
- Package 中的原始 blade 文件:
/vendor/devcuongnguyen/ophim-ripple/resources/views/ripple
- 将需要自定义的文件复制到:
/resources/views/vendor/themes/ripple