Giter VIP home page Giter VIP logo

quickadmin's Introduction

Current state

This package is not actively maintained and no new features should be expected, extept for bugfixes (mostly by accepting PR) and compatibility with newer Laravel versions as they are released.

Alternatively, check out premium 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

Package Requirements

  • Laravel ^5.7

Laravel 5.6 users info!

To use Quickadmin with Laravel Laravel 5.6 use branch 4.0.1

Laravel 5.5 users info!

To use Quickadmin with Laravel Laravel 5.5 use branch 3.0.2

Laravel 5.4 users info!

To use Quickadmin with Laravel Laravel 5.4 use branch 2.1.1

Laravel 5.3 users info!

To use Quickadmin with Laravel Laravel 5.3 use branch 2.0.x

Laravel 5.2 users info!

To use Quickadmin with Laravel Laravel 5.2 use branch 1.x.x

Laravel 5.1.11 users info!

To use Quickadmin with Laravel Laravel 5.1.11 use branch 0.4.x

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

quickadmin's People

Contributors

a-bashtannik avatar andersondeoliveiramachado avatar cosmitar avatar ezequiel9 avatar fosron avatar giedriusq avatar igorsantos07 avatar justutiz avatar karolisnarkevicius avatar laraveldaily avatar luca-s2kagency avatar markwalet avatar mishbah avatar modestasv avatar povilaskorop avatar pryzm78 avatar qeifar avatar shcoderalex avatar tomhatzer avatar tuzemecc avatar twmbx avatar zzzaaa avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.