creativehandles / ch-blog
Creative Handles 博客插件
Requires
- php: ^7.3
- creativehandles/ch-blocks: ^3.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
- dev-master
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.1.18
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.0
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-develop
- dev-release/4.0.5
- dev-bugfix/post-video-undefined-offset-on-videocode
- dev-release/4.0.1
- dev-feature/dependency-update
- dev-feature/improvments-to-localization
- dev-feature/image-optimization
- dev-release/4.0.0
- dev-hotfix/version-fix
- dev-bugfix/fix-blog-preview-url
- dev-feature/delete-button-update-and-go-back
- dev-feature/api-endpoints
- dev-feature/multi-language-support
- dev-release/1.0.0
This package is auto-updated.
Last update: 2024-09-28 15:35:21 UTC
README
这里应该放置您的描述。尽量限制在一到两段话内,并提及您支持的 PSRs,以避免与用户和贡献者产生混淆。
安装
您可以通过 composer 安装此包
composer require creativehandles/ch-blog
使用
此包依赖于 creativehandles/ch-labels
包。 https://packagist.org.cn/packages/creativehandles/ch-labels
如果您已经在 CORE CMS 中安装了 creativehandles/ch-labels
包,请从以下步骤2开始。
要使用 CORE CMS 激活博客插件,您需要遵循以下步骤。
运行
php artisan creativehandles:build-label-plugin
运行
php artisan creativehandles:build-gallery-plugin
运行
php artisan creativehandles:build-blocks-plugin
运行
php artisan creativehandles:build-blog-plugin
最后运行
php artisan cms:populate-permissions
命令以填充权限表。
测试
composer test
变更日志
请参阅 CHANGELOG 以获取有关最近更改的更多信息。
贡献
请参阅 CONTRIBUTING 以获取详细信息。
安全
如果您发现任何与安全相关的问题,请通过 deemantha@creativehandles.com 发送电子邮件,而不是使用问题跟踪器。
致谢
许可证
MIT 许可证 (MIT)。请参阅 许可证文件 以获取更多信息。
Laravel 包模板
此包使用 Laravel 包模板 生成。