Package Data | |
---|---|
Maintainer Username: | cedu |
Maintainer Contact: | info@modestasv.lt (ModestasV) |
Package Create Date: | 2016-05-17 |
Package Last Update: | 2016-05-19 |
Language: | CSS |
License: | MIT |
Last Refreshed: | 2025-02-20 03:13:23 |
Package Statistics | |
---|---|
Total Downloads: | 19 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
^5.2
- Because of changed routing middleware and unsupported package illuminate/html
To use Quickadmin with Laravel Laravel 5.1.11 use branch 0.4.x
###Please note: QuickAdmin requires fresh Laravel installation
composer require laraveldaily/quickadmin
.Laraveldaily\Quickadmin\QuickadminServiceProvider::class,
to your \config\app.php
providers after App\Providers\RouteServiceProvider::class,
otherwise you will not be able to add new ones to freshly generated controllers.php artisan quickadmin:install
and fill the required information.'role' => \Laraveldaily\Quickadmin\Middleware\HasPermissions::class,
in your App\Http\Kernel.php
at $routeMiddleware
http://yourdomain/admin
.http://laraveldaily.com/packages/quickadmin/
The MIT License (MIT). Please see License File for more information.