dasteem/laragenerators

There is no license information available for the latest version (dev-master) of this package.

Package for creating adminpanel in Laravel 5

dev-master 2015-12-08 00:18 UTC

This package is not auto-updated.

Last update: 2024-05-11 16:56:20 UTC


README

  1. Install the package via composer require Dasteem/laragenerators.
  2. Add Dasteem\Laragenerators\LarageneratorsServiceProvider::class, to your \config\app.php providers.
  3. Run php artisan laragenerators:install and fill the required information.
  4. Register middleware 'role' => \Dasteem\Laragenerators\Middleware\HasPermissions::class, in your App\Http\Kernel.php at $routeMiddleware
  5. Access LaraGenerators panel by visiting http://yourdomain/admin.