laraveldaily / quickadmin
Package for creating adminpanel in Laravel 5
Installs: 34 730
Dependents: 1
Suggesters: 0
Security: 0
Stars: 600
Watchers: 50
Forks: 193
Open Issues: 13
Language:CSS
Requires
- intervention/image: ^2.3
- laravel/framework: 5.8.*
- laravelcollective/html: ^5.4
- yajra/laravel-datatables-oracle: ^6.18
- dev-master
- 6.0.0
- 5.0.0
- 4.0.1
- 4.0.0
- 3.0.2
- 3.0.1
- 3.0.0
- 2.1.1
- 2.1.0
- 2.0.x-dev
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.x-dev
- 1.1.6
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.3
- 1.0.2
- 1.0.0
- 0.5.1
- 0.5.0
- 0.4.x-dev
- 0.4.6
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.0
- 0.2.11
- 0.2.10
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
This package is auto-updated.
Last update: 2024-11-13 19:31:06 UTC
README
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.
- Install the package via
composer require laraveldaily/quickadmin
. - Add
Laraveldaily\Quickadmin\QuickadminServiceProvider::class,
to your\config\app.php
providers afterApp\Providers\RouteServiceProvider::class,
otherwise you will not be able to add new ones to freshly generated controllers. - Configure your .env file with correct database information
- Run
php artisan quickadmin:install
and fill the required information. - Register middleware
'role' => \Laraveldaily\Quickadmin\Middleware\HasPermissions::class,
in yourApp\Http\Kernel.php
at$routeMiddleware
- 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
- Check out our adminpanel generator QuickAdminPanel: Laravel version and Vue.js version
- Follow our Twitter and Blog
- Subscribe to our newsletter with 20+ Laravel links every Thursday
- Subscribe to our YouTube channel Laravel Business