syscover/cms
最新稳定版本:v2.0.2
Composer 安装命令:
composer require syscover/cms
包简介
CMS package
关键字:
README 文档
README
Installation
1 - Once installed Laravel framework, insert in composer.json, inside require object this value
"syscover/cms": "~2.0"
and execute on console:
composer update
2 - Register service provider, on file config/app.php add to providers array
Syscover\Cms\CmsServiceProvider::class,
3 - Execute publish command
php artisan vendor:publish
4 - Execute optimize command load new classes
php artisan optimize
5 - And execute migrations and seed database
php artisan migrate
php artisan db:seed --class="CmsTableSeeder"
6 - Execute command to load all updates
php artisan migrate --path=database/migrations/updates
Activate Package
Access to Pulsar Panel, and go to:
Administration-> Permissions-> Profiles, and set all permissions to your profile by clicking on the open lock.
Go to Administration -> Packages, edit the package installed and activate it.
统计信息
- 总下载量: 364
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-09-10