left-right/center

An innovative CMS for Laravel 5

Installs: 265

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

0.0.1 2016-09-02 16:55 UTC

This package is not auto-updated.

Last update: 2024-04-21 06:08:18 UTC


README

An innovative CMS for Laravel 5.

(walkthrough video to come)

Installation

  1. create a valid database connection

  2. In Terminal:

    composer require left-right/center:dev-master

  3. add this to $providers in config/app.php

     LeftRight\Center\CenterServiceProvider::class,
    
  4. add this to $middleware in App/Http/Kernel.php

     \LeftRight\Center\Middleware\Permissions::class,
    
  5. add this to $routeMiddleware in App/Http/Kernel.php

     'user' => \LeftRight\Center\Middleware\User::class,
    
  6. run the following commands

     php artisan vendor:publish
     php artisan center:refresh
    
  7. browse to your project's /center route to log in