Package Data | |
---|---|
Maintainer Username: | joshreisner |
Maintainer Contact: | josh@joshreisner.com (Josh Reisner) |
Package Create Date: | 2015-03-21 |
Package Last Update: | 2017-03-28 |
Language: | JavaScript |
License: | GPL-3.0 |
Last Refreshed: | 2025-01-15 15:04:39 |
Package Statistics | |
---|---|
Total Downloads: | 266 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
An innovative CMS for Laravel 5.
(walkthrough video to come)
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