coastercms / framework
Coaster CMS Framework for Laravel 8
Installs: 1 584
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^7.3|^8.0
- bkwld/croppa: ~4.10
- blueimp/jquery-file-upload: 9.19.1
- doctrine/dbal: ^2.6|^3.0
- guzzlehttp/guzzle: ^7.0.1
- laravel/framework: ~8.0
- laravelcollective/html: ~6.2
Requires (Dev)
- fakerphp/faker: ^1.9.1
- mockery/mockery: ^1.4.2
- phpunit/phpunit: ^9.3.3
README
This is the codebase for Coaster CMS - all the inner workings are here and it is designed to work in conjunction with the Coaster CMS framework (https://github.com/CoasterCms/coastercms).
You can also use this as a stand-alone library to add content management functionality to your project.
Add to an Existing Laravel Project (v8)
The steps are are as follows:
- Go to the root directory of your project
- Run
composer require coastercms/framework:~8.0
to install package - Run
php artisan coaster:update-assets
to download admin assets - Add the provider CoasterCms\Providers\CoasterRoutesProvider::class to your config/app.php file (near end as it registers a catch-all route)
- Go to a web browser and follow the install script that should have appeared
- Upload or create a theme