An Admin Panel Generator for Laravel 5
You can create one admin panel in few seconds with this package!!! You can create many admin panel in few seconds with this package!!!
just type php artisan admin:new my-admin
- Fast, very fast
- Few config before boot your admin instance
- Structured already, just focus on your business
- Custom templates yourself
- Integrate with AdminLTE, SBAdmin
- Multiple instances in one laravel support
- AngularJs
- Bootstrap
- SB Admin
- AdminLTE
- CoffeeScript
- Sass
- Gulp
Via Composer
$ composer require lokielse/laravel-admin-generator
More about this please visit Installation and Configuration
Create a new instance named admin-demo
//create an console demo with AdminLTE
php artisan admin:new admin-demo --engine=admin-lte
//or create an console demo with SB-Admin
php artisan admin:new admin-demo --engine=sb-admin
Create a new entity post
for the instance admin-demo
php artisan admin:entity:new post admin-demo
More usages please visit the bellow wiki Commands
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING and CONDUCT for details.
The MIT License (MIT). Please see License File for more information.