codictive / cms
基于Laravel的内容管理系统
dev-main
2022-04-05 11:05 UTC
Requires
- php: ^8.0
- intervention/image: ^2.7
- kavenegar/php: ^1.2
- laravel/framework: ^9.5
This package is auto-updated.
Last update: 2024-09-05 16:23:31 UTC
README
基于Laravel的内容管理系统
安装
-
运行
composer require codictive/cms
-
将
Codictive\Cms\ServiceProvider::class
添加到config/app.php
文件的providers
部分 -
通过以下命令发布文件
php artisan vendor:publish --tag=cms.common --force
或者(添加 --force
以覆盖现有文件)
php artisan vendor:publish --tag=cms.all
php artisan vendor:publish --tag=cms.lang
php artisan vendor:publish --tag=cms.public
php artisan vendor:publish --tag=cms.config
php artisan vendor:publish --tag=cms.seeders
php artisan vendor:publish --tag=cms.migrations