creativehandles / ch-pagebuilder
creativehandles中的CORE CMS页面构建器,类似于拼图:P
4.0.5
2022-10-24 13:34 UTC
Requires
- php: ^7.3
- creativehandles/ch-gallery: ^4.0
- illuminate/support: ^8.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
- dev-master
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.18
- 3.0.17
- 3.0.16
- 3.0.15
- 3.0.14
- 3.0.13
- 3.0.12
- 3.0.11
- 3.0.10
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-feature/dependency-update
- dev-hotfix/fix-permissions-issue-for-admins
- dev-bugfix/tinymice-fixes
- dev-feature/add-gallery-part
This package is auto-updated.
Last update: 2024-09-24 17:34:53 UTC
README
这里应该放置您的描述。尽量限制在一两段之内,并可能提及您支持哪些PSR,以避免与用户和贡献者产生混淆。
安装
您可以通过composer安装此包
composer require creativehandles/ch-pagebuilder
使用
发布所需文件(迁移、路由、视图等)到CORE CMS
php artisan vendor:publish --provider="Creativehandles\ChPagebuilder\ChPagebuilderServiceProvider"
设置以下.env密钥
//only these user roles can add/re-structure
PAGEBUILDER_ALLOWED_ROLES="Super Admin,Admin"
//can delete only these user roles
PAGEBUILDER_DELETE_ALLOWED_ROLES="Super Admin"
//other user roles can only edit the content.
迁移数据库表
php artisan migrate
测试
composer test
变更日志
请参阅CHANGELOG以获取更多关于最近更改的信息。
贡献
请参阅CONTRIBUTING以获取详细信息。
安全
如果您发现任何与安全相关的问题,请通过电子邮件deemantha@creativehandles.com联系,而不是使用问题跟踪器。
致谢
许可证
MIT许可证(MIT)。有关更多信息,请参阅许可证文件。
Laravel Package Boilerplate
此包是使用Laravel Package Boilerplate生成的。