Download the PHP package cedu/quickadmin without Composer
On this page you can find all versions of the php package cedu/quickadmin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cedu/quickadmin
More information about cedu/quickadmin
Files in cedu/quickadmin
Download cedu/quickadmin
More information about cedu/quickadmin
Files in cedu/quickadmin
Vendor cedu
Package quickadmin
Short Description Package for creating adminpanel in Laravel 5
License MIT
Package quickadmin
Short Description Package for creating adminpanel in Laravel 5
License MIT
Please rate this library. Is it a good library?
Informations about the package quickadmin
Requirements
- Laravel
^5.2
- Because of changed routing middleware and unsupported packageilluminate/html
Laravel 5.1.11 users info!
To use Quickadmin with Laravel Laravel 5.1.11 use branch 0.4.x
Quick Admin installation
Please note: QuickAdmin requires fresh Laravel installation
- 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.
All versions of quickadmin with dependencies
PHP Build Version
Package Version
Requires
laravelcollective/html Version
5.2.*
intervention/image Version ^2.3
yajra/laravel-datatables-oracle Version ~6.0
intervention/image Version ^2.3
yajra/laravel-datatables-oracle Version ~6.0
The package cedu/quickadmin contains the following files
Loading the files please wait ....