cuacha07 / komvac_template_modules
Komvac Template CMS Laravel 5.4 的模块模板
dev-master
2018-01-15 19:52 UTC
This package is not auto-updated.
Last update: 2022-12-10 17:21:26 UTC
README
为 Komvac Laravel 5.4 模板提供的模块资源,使用 PHP Artisan 命令
使用
添加到 composer.json
"require": {
"php": ">=5.6.4",
"guzzlehttp/guzzle": "^6.2",
"laravel/framework": "5.4.*",
"laravel/tinker": "~1.0",
"laravelcollective/html": "^5.3.0",
"Cuacha07/komvac_template_modules": "dev-master"
},
然后,当您想要创建一个新的 CMS 模块时。
php artisan cms:createmodule
模板模块
- 清洁模板
- 分类模板
- 文章模板
- 博客模板
- 日历模板