Stars: 396
Forks: 109
Pull Requests: 5
Issues: 88
Watchers: 31
Last Updated: 2021-04-17 10:09:51
The repository for Coaster CMS (coastercms.org), a full featured, Laravel based Content Management System
License: GNU General Public License v3.0
Languages: PHP, Shell
The repository for Coaster CMS (coastercms.org) a Laravel based Content Management System with advanced features and Physical Web integration.
We aim to make Coaster CMS as feature rich as possible. Built upon the Laravel PHP framework, Coaster CMS is both fast and secure. Create beautiful content with TinyMCE and take a look into the future with the Internet Of Things.
To get up and running with Coaster CMS as quickly as possible you can use Laravel's built-in php artisan serve command. Simply run the following command from your project's directory:
php artisan serve
This will take care of the web server side of things, but you'll still need to install and configure a local MySQL database.
(This installation assumes you have nginx/apache, php and MySQL already installed)
Install Coaster CMS using composer: Get composer:
https://getcomposer.org/Run the following:
composer create-project coastercms/coastercms [project-name]
Set up a MySQL database to host your content
Make sure the following folders/file are/is writable:
/public/uploads
/.env
/storage
Then follow the simple instructions in the install script.
For more details go to https://www.coastercms.org/documentation/developer-documentation
If you'd rather add Coaster CMS to an existing Laravel (v8) project, follow the steps through below:
composer require coastercms/framework:~8.0
to install packagephp artisan coaster:update-assets
to download admin assets