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.
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