aw-studio / cms
Installs: 1 379
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.0
- aw-studio/vitt: ^0.9|^0.10|^0.11
- guzzlehttp/guzzle: ^7.3
- illuminate/support: ^8
- inertiajs/inertia-laravel: ^0.4|^0.5|^0.6
- litstack/bladesmith: ^1.0
- litstack/litstack: ^3.7
- litstack/meta: ^2.0
- litstack/pages: ^2.1
Requires (Dev)
- mockery/mockery: ^1.4
- phpunit/phpunit: ^9.4
README
Bootstrap yout Laravel Application for CMS-usage with litstack, litstack-pages, litstack-bladesmith, and a aw-studio vitt stack - with one single command.
Installation
In order to install the private composer packages add the repositories array to your composer.json
and make shure you have a valid auth.json
for the litstack store. After that you can download the package via composer:
composer require aw-studio/cms
and install it with the artisan command:
php artisan cms:install