left-right / center
An innovative CMS for Laravel 5
Installs: 266
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- php: >=5.5.9
- barryvdh/laravel-dompdf: ^0.6.1
- doctrine/dbal: 2.*
- intervention/image: 2.*
- laravelcollective/html: 5.2.*
- maatwebsite/excel: 2.*
This package is not auto-updated.
Last update: 2024-12-15 09:01:26 UTC
README
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