PHP 7.1+
No commit activity in last 2 years
No release in over 2 years
There's a lot of open issues
Coaster CMS Framework
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

phpunit/phpunit
~6.0
mockery/mockery
~1.0
fzaninotto/faker
~1.4

Runtime

blueimp/jquery-file-upload
9.19.1
guzzlehttp/guzzle
6.*
 Project 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:

  1. Add "web-feet/coasterframework": "5.8.*" to the composer.json file and run composer update
  2. Go to the root directory of your project.
  3. Run the script php artisan coaster:update-assets
  4. Add the service provider CoasterCms\CmsServiceProvider::class to your config/app.php file.
  5. Go to a web browser and follow the install script that should have appeared
  6. Upload or create a theme