dev-master
9999999-devReactor CMS with Laravel 5.1
MIT
The Requires
by Giovanni Lopez
laravel php cms
Wallogit.com
2017 © Pedro PelĂĄez
Reactor CMS with Laravel 5.1
Its a PHP CMS powered by Laravel 5.1, ideal for small websites that require a blog, (*2)
This package is still under construction... But you can download and collaborate, (*3)
ârequireâ: {
...
"gmlo/cms": "dev-masterâ
}
$ composer update
config/app.php.'providers' => [
...
// own
Gmlo\CMS\Providers\CMSServiceProvider::class,
// Required
Collective\Html\HtmlServiceProvider::class,
],
....
'aliases' => [
...
// Custom
'CMS' => Gmlo\CMS\Facades\CMS::class,
'Field' => Gmlo\CMS\Facades\FieldBuilder::class,
'Alert' => Gmlo\CMS\Facades\Alert::class,
'MediaManager' => Gmlo\CMS\Facades\MediaManager::class,
// Required
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
],
$ php artisan cms:start
Run this command and type the required data., (*4)
Make sure update the auth.php config file with the User Model of the CMS., (*5)
'model' => \Gmlo\CMS\Modules\Users\User::class,
config/cms.php.Go to the web browser and put your-domain/admin., (*6)
This package uses a number of open source projects to work properly: * Laravel 5.1 - The PHP Framework For Web Artisans * AdminLTE - Dashboard & Control Panel Template * VueJS - Intuitive, Fast and Composable MVVM for building interactive interfaces. * TinyMCE - HTML WYSIWYG editor * And others..., (*7)
By @gmlo_89, (*8)
Feel free to contrinue and post your feedback!, (*9)
Reactor CMS with Laravel 5.1
MIT
laravel php cms