creativehandles / ch-pages
由Creativehandels开发的页面插件
Requires
- php: ^7.3
- creativehandles/ch-blocks: ^3.0
- creativehandles/ch-blog: ^4.0
- creativehandles/ch-gallery: ^3.0
- creativehandles/ch-labels: ^3.0
- illuminate/support: ^8.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-09-25 19:06:51 UTC
README
这里应该是您的描述。尽量限制在一两段之内,并提及您支持的PSRs,以避免用户和贡献者产生任何混淆。
安装
您可以通过composer安装此包
composer require creativehandles/ch-pages
使用
此包依赖于 creativehandles/ch-labels
和 creativehandles/ch-blog
包。
- https://packagist.org.cn/packages/creativehandles/ch-labels
- https://packagist.org.cn/packages/creativehandles/ch-blog
如果您已在CORE CMS中安装了 creativehandles/ch-labels
和 creativehandles/ch-blog
包,请从以下步骤3开始。
要激活Blog插件与CORE CMS,您需要按照以下步骤操作。
运行
php artisan creativehandles:build-label-plugin
运行
php artisan creativehandles:build-gallery-plugin
运行
php artisan creativehandles:build-blog-plugin
运行
php artisan creativehandles:build-pages-plugin
最后运行
php artisan cms:populate-permissions
命令以填充权限表。
测试
composer test
变更日志
有关最近更改的更多信息,请参阅CHANGELOG。
贡献
有关详细信息,请参阅CONTRIBUTING。
安全
如果您发现任何安全相关的问题,请通过deemantha@creativehandles.com发送电子邮件,而不是使用问题跟踪器。
鸣谢
许可
MIT许可(MIT)。有关更多信息,请参阅许可文件。
Laravel Package Boilerplate
此包是使用Laravel Package Boilerplate生成的。