vegacms/cms

1.13 2022-02-13 09:25 UTC

README

它提供

管理用户界面。具有授权的自动路由创建。可重复使用的模型搜索服务。文件管理服务。翻译功能和URL本地化。菜单构建器。页面构建器。通过Vue.js组件的智能数据展示。易于使用的工具。自动测试。

要求

php: ^7.2.5

laravel/framework: ^8.0

入门指南

composer require vegacms/cms

php artisan integrate:vegacms-cms

php artisan db:seed

browser: {your host}/en/login

命令

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

更多信息请参阅

文档
Packagist

贡献者

Nedyalko Raikov

许可证

Vega CMS Package 是开源软件,许可协议为 MIT 许可。请参阅 许可证文件