Download the PHP package laraveldaily/quickadmin without Composer
On this page you can find all versions of the php package laraveldaily/quickadmin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download laraveldaily/quickadmin
More information about laraveldaily/quickadmin
Files in laraveldaily/quickadmin
Package quickadmin
Short Description Package for creating adminpanel in Laravel 5
License MIT
Informations about the package quickadmin
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.
- 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
All versions of quickadmin with dependencies
laravelcollective/html Version ^5.4
intervention/image Version ^2.3
yajra/laravel-datatables-oracle Version ^6.18