phpsa / cams-gallery
Phpsa CAMS 系统的画廊组件
dev-master
2019-05-21 01:40 UTC
Requires
- php: >=7.0
- illuminate/support: ~5.8.0
Requires (Dev)
- orchestra/testbench: ~3.7.0
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2024-09-21 20:51:48 UTC
README
包描述: 修改我
安装
需要从 phsa/datastore 安装的 CAMS (内容资产管理系统) 包
通过 composer 安装
composer require phpsa/cams-gallery
注册服务提供者
注意!如果你使用 laravel>=5.5 并开启了包自动发现功能,以下步骤是可选的。
将服务提供者添加到 config/app.php
文件的 providers
部分
Phpsa\CamsGallery\ServiceProvider::class,
注册外观
在 config/app.php
文件的 aliases
部分注册包外观
Phpsa\CamsGallery\Facades\CamsGallery::class,
编辑数据存储配置文件
编辑 'configs/datastore.php' 配置文件,并将以下内容添加到资产配置中
Phpsa\CamsGallery\Ams\Gallery\CategoryAsset::class, Phpsa\CamsGallery\Ams\Gallery\PageAsset::class
使用方法
画廊管理现在在管理员面板的ams管理菜单下可用。视图可以通过将文件放置在 ... 来覆盖编辑
安全
如果你发现任何安全相关的问题,请通过电子邮件 vxdhost@gmail.com 而不是使用问题跟踪器。
致谢
本包由 melihovv/laravel-package-generator 协助启动。