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
Requires
- illuminate/html: 5.0.*@dev
This package is not auto-updated.
Last update: 2026-03-01 02:02:10 UTC
README
- Install the package via
composer require Dasteem/laragenerators. - Add
Dasteem\Laragenerators\LarageneratorsServiceProvider::class,to your\config\app.phpproviders. - Run
php artisan laragenerators:installand fill the required information. - Register middleware
'role' => \Dasteem\Laragenerators\Middleware\HasPermissions::class,in yourApp\Http\Kernel.phpat$routeMiddleware - Access LaraGenerators panel by visiting
http://yourdomain/admin.