Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coastercms/framework
Main code repository for Coaster CMS (coastercms.org), a full featured Laravel based, Content Management System
https://github.com/coastercms/framework
coaster-cms laravel laravel-cms laravel8
Last synced: 2 months 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/coastercms/framework
- Owner: CoasterCms
- License: gpl-3.0
- Created: 2020-11-26T18:24:07.000Z (about 4 years ago)
- Default Branch: 8.x
- Last Pushed: 2021-04-17T22:24:30.000Z (over 3 years ago)
- Last Synced: 2024-10-11T11:43:01.364Z (2 months ago)
- Topics: coaster-cms, laravel, laravel-cms, laravel8
- Language: PHP
- Homepage: https://www.coastercms.org
- Size: 2.67 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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/CoasterCms/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 (v8)
The steps are are as follows:
1. Go to the root directory of your project
2. Runcomposer require coastercms/framework:~8.0
to install package
3. Runphp artisan coaster:update-assets
to download admin assets
4. Add the provider CoasterCms\Providers\CoasterRoutesProvider::class to your config/app.php file (near end as it registers a catch-all route)
5. Go to a web browser and follow the install script that should have appeared
6. Upload or create a theme