vegacms / cms
Laravel CMS
1.13
2022-02-13 09:25 UTC
Requires
- php: ^8.0.2
- ext-json: *
- fideloper/proxy: ^4.4.1
- guzzlehttp/guzzle: ^7.2
- laravel/framework: ^9.0
- laravel/tinker: ^2.0
- laravel/ui: ^3.4.3
- spatie/laravel-translatable: ^5.2
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.2
- fakerphp/faker: ^1.19.0
- filp/whoops: ^2.14.5
- laravel/sail: ^1.0.1
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^6.1
- phpunit/phpunit: ^9.5.10
- roave/security-advisories: dev-master
- spatie/laravel-ignition: ^1.0
- 1.13
- 1.12.21
- 1.12.20
- 1.12.19
- 1.12.18
- 1.12.17
- 1.12.16
- 1.12.15
- 1.12.14
- 1.12.13
- 1.12.12
- 1.12.11
- 1.12.10
- 1.12.9
- 1.12.8
- 1.12.7
- 1.12.6
- 1.12.5
- dev-master / 1.12.4.x-dev
- 1.12.4
- 1.12.3
- 1.12.2
- 1.12.1
- 1.12.0
- 1.11.0
- 1.10.3
- 1.10.2
- 1.10.1
- 1.10.0
- 1.9.7
- 1.9.6
- 1.9.5
- 1.9.4
- 1.9.3
- 1.9.2
- 1.9.1
- 1.9.0
- v1.8.1
- v1.8.0
- v1.7.6
- v1.7.5
- v1.7.4
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7
- v1.6
- v1.5
- v1.4
- v1.3
- v1.2
- v1.1
- v1.0
This package is auto-updated.
Last update: 2024-10-13 15:19:07 UTC
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.