Skip to content

Main code repository for Coaster CMS (coastercms.org), a full featured Laravel based, Content Management System

License

Notifications You must be signed in to change notification settings

SarajevoNo1/coasterframework

 
 

Repository files navigation

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

The steps are are as follows:

  1. Add "web-feet/coasterframework": "5.4.*" 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

About

Main code repository for Coaster CMS (coastercms.org), a full featured Laravel based, Content Management System

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 71.9%
  • HTML 15.3%
  • JavaScript 11.9%
  • CSS 0.9%