| Package Data | |
|---|---|
| Maintainer Username: | Laraveldaily |
| Maintainer Contact: | info@modestasv.lt (ModestasV) |
| Package Create Date: | 2015-10-27 |
| Package Last Update: | 2019-12-11 |
| Language: | CSS |
| License: | MIT |
| Last Refreshed: | 2025-11-14 15:03:58 |
| Package Statistics | |
|---|---|
| Total Downloads: | 35,019 |
| Monthly Downloads: | 28 |
| Daily Downloads: | 0 |
| Total Stars: | 603 |
| Total Watchers: | 47 |
| Total Forks: | 190 |
| Total Open Issues: | 13 |
IMPORTANT: This package is not actively maintained and probably won't work with newest Laravel versions.
Our focus switched to online adminpanel generator version - no packages required there, no syntax to learn, it generates Laravel project for you: QuickAdminPanel.com
We've also recently released Vue.js+Laravel version of generator: Vue.QuickAdminPanel.com
Finally, see free alternatives in our article on Laravel News: 13 Laravel Admin Panel Generators
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.