vegacms/cms
Composer 安装命令:
composer require vegacms/cms
包简介
Laravel CMS
README 文档
README
It provides:
Administration user interface. Automated creation of routes with authorizations. Reusable model search service. File management service. Translation functionality and URL locales. Menu builder. Page builder. Smart data presentation through Vue.js components. Easy to use utilities. Automated tests.
Requirements:
php: ^7.2.5
laravel/framework: ^8.0
Getting Started:
composer require vegacms/cms
php artisan integrate:vegacms-cms
php artisan db:seed
browser: {your host}/en/login
Commands:
php artisan integrate:vegacms-cms - integrates Vega CMS to existing laravel project
php artisan integrate:vegacms-cms-testing - integrates Vega CMS tests to existing laravel project
php artisan generate:group {title} {--description=} - generates a group
php artisan destroy:group {title} - destroys a group
php artisan generate:route {url} {method} {action} {name} {route_type=web} {action_type=front} - generates a route
php artisan destroy:route {name} - destroys a route
php artisan attach:route-to-group {name} {title} - makes the route accessible for the group members
php artisan detach:route-from-group {name} {title} - removes route accessibility for the group members
For more information see:
Contributors:
License:
Vega CMS Package is open-sourced software licensed under the MIT license. Please see License file.
统计信息
- 总下载量: 105
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-06-22