Quick news for you guys. Our package to generate Laravel adminpanel, called QuickAdmin, has been updated to version 2.0. Now it’s capable of generating a Laravel 5.3 adminpanel!
For those who don’t know, here’s how QuickAdmin works:
- You install fresh Laravel project
- You require QuickAdmin package and install it with command artisan quickadmin:install
- You go to /admin of your project and you can generate menus of your adminpanel visually from then.
Something like this:
So, with new version 2.0.0, which is now available on GitHub (or Packagist/Composer), it is generating a Laravel 5.3 adminpanel.
If you want to use it for Laravel 5.2, please use branch 1.x
If you want to use it for Laravel 5.1, please use branch 0.4
Also we’re in process of updating to 5.3 our online version of this generator – check it out at QuickAdminPanel.com
It doesn’t work when I create CRUD menu on parent menu.
Thanks for reporting, will check and fix asap, hopefully today.
Hi Ibenk, could you give more details, what exactly “doesn’t work” and what error are you getting? It works for us, tested just now.
I was unable to install quickadmin panel in laravel 8 version.