LaravelDaily / quickadmin by Laraveldaily

Package for creating adminpanel in Laravel 5
34,574
605
52
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: 2024-05-08 03:11:36
Package Statistics
Total Downloads: 34,574
Monthly Downloads: 12
Daily Downloads: 1
Total Stars: 605
Total Watchers: 52
Total Forks: 192
Total Open Issues: 13

Current state

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

QuickAdmin installation

Please note: QuickAdmin requires fresh Laravel installation and is not suitable for use on already existing project.

  1. Install the package via composer require laraveldaily/quickadmin.
  2. Add 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.
  3. Configure your .env file with correct database information
  4. Run php artisan quickadmin:install and fill the required information.
  5. Register middleware 'role' => \Laraveldaily\Quickadmin\Middleware\HasPermissions::class, in your App\Http\Kernel.php at $routeMiddleware
  6. Access QuickAdmin panel by visiting http://yourdomain/admin.

More information and detailed description

http://laraveldaily.com/packages/quickadmin/

License

The MIT License (MIT). Please see License File for more information.


More from our LaravelDaily Team