left-right/center
An innovative CMS for Laravel 5
267
| Install | |
|---|---|
composer require left-right/center |
|
| Latest Version: | 0.0.1 |
| License: | GPL-3.0 |
| Last Updated: | Mar 28, 2017 |
| Links: | GitHub · Packagist |
Maintainer: joshreisner
Center
An innovative CMS for Laravel 5.
(walkthrough video to come)
Installation
-
create a valid database connection
-
In Terminal:
composer require left-right/center:dev-master
-
add this to $providers in config/app.php
LeftRight\Center\CenterServiceProvider::class, -
add this to $middleware in App/Http/Kernel.php
\LeftRight\Center\Middleware\Permissions::class, -
add this to $routeMiddleware in App/Http/Kernel.php
'user' => \LeftRight\Center\Middleware\User::class, -
run the following commands
php artisan vendor:publish php artisan center:refresh -
browse to your project's /center route to log in