Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Web-Feet/coasterframework
Main code repository for Coaster CMS (coastercms.org), a full featured Laravel based, Content Management System
https://github.com/Web-Feet/coasterframework
coaster-cms laravel laravel-5-package laravel-cms php
Last synced: 13 days ago
JSON representation
Main code repository for Coaster CMS (coastercms.org), a full featured Laravel based, Content Management System
- Host: GitHub
- URL: https://github.com/Web-Feet/coasterframework
- Owner: Web-Feet
- License: gpl-3.0
- Created: 2016-02-24T15:41:30.000Z (over 8 years ago)
- Default Branch: 5.8
- Last Pushed: 2020-11-27T13:34:08.000Z (almost 4 years ago)
- Last Synced: 2024-08-18T18:24:33.061Z (3 months ago)
- Topics: coaster-cms, laravel, laravel-5-package, laravel-cms, php
- Language: PHP
- Homepage: https://www.coastercms.org
- Size: 2.68 MB
- Stars: 31
- Watchers: 6
- Forks: 22
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this 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 scriptphp 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