| Package Data | |
|---|---|
| Maintainer Username: | Noodlewitt |
| Maintainer Contact: | ryzaar@hotmail.com (Ryan Brereton-Canham) |
| Package Create Date: | 2016-01-14 |
| Package Last Update: | 2018-11-19 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2026-02-09 15:03:31 |
| Package Statistics | |
|---|---|
| Total Downloads: | 521 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 10 |
| Total Watchers: | 3 |
| Total Forks: | 1 |
| Total Open Issues: | 12 |
A sweet PHP CMS solution built on Laravel!
Install easily using the Soda Installer or manually by following these steps:
composer create-project --prefer-dist laravel/laravel app-name "5.3.*"
or
laravel new app-name
cd app-name
composer require soda-framework/cms
Add package to providers in /config/app.php
'providers' => [
Soda\Cms\SodaServiceProvider::class,
]
php artisan soda:setup
or, manually set up database in your .env file.
(optional) php artisan session:table
php artisan vendor:publish
php artisan optimize
php artisan soda:install