web-feet / coasterframework
Coaster CMS Framework For Laravel 5
v5.8.18
2020-11-10 16:09 UTC
Requires
- php: >=7.1
- bkwld/croppa: ~4.7.0
- blueimp/jquery-file-upload: 9.19.1
- guzzlehttp/guzzle: 6.*
- laravelcollective/html: ~5.8
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: ~1.0
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2026-05-15 13:46:25 UTC
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/Web-Feet/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 (v5.8)
The steps are are as follows:
- Add "web-feet/coasterframework": "5.8.*" to the composer.json file and run composer update
- Go to the root directory of your project.
- Run the script
php artisan coaster:update-assets - Add the service provider CoasterCms\CmsServiceProvider::class to your config/app.php file.
- Go to a web browser and follow the install script that should have appeared
- Upload or create a theme