2017 © Pedro Peláez
 

library center

An innovative CMS for Laravel 5

image

left-right/center

An innovative CMS for Laravel 5

  • Tuesday, March 28, 2017
  • by joshreisner
  • Repository
  • 1 Watchers
  • 0 Stars
  • 255 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Center

An innovative CMS for Laravel 5., (*1)

(walkthrough video to come), (*2)

Installation

  1. create a valid database connection, (*3)

  2. In Terminal:, (*4)

    composer require left-right/center:dev-master, (*5)

  3. add this to $providers in config/app.php, (*6)

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

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

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

    php artisan vendor:publish
    php artisan center:refresh
  7. browse to your project's /center route to log in, (*10)

The Versions