Laravel CRUD Generator, Make a Web Application Just In Minutes, Even With Less Code and fewer Steps !
CRUDBooster is Laravel Framework that modified to bring a lot of features to develop a web application so simply. One of the main features is Smart CRUD Generator, so CRUDBooster will create a module automatically included Create, Read, Update, Delete standard function. And CRUDBooster is not usual CRUD Generator,you will get a lot of new experience with a new concept. CRUD Booster is dedicated to those who already understand the basic laravel. We do not recommend for those of you who have never used laravel altogether.
- PHP >= 5.6.x, PHP <= 7
- Mcrypt PHP Extension
- OpenSSL PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
composer require crocodicstudio/crudbooster
Barryvdh\DomPDF\ServiceProvider::class,
Collective\Bus\BusServiceProvider::class,
Maatwebsite\Excel\ExcelServiceProvider::class,
Unisharp\Laravelfilemanager\LaravelFilemanagerServiceProvider::class,
Intervention\Image\ImageServiceProvider::class,
crocodicstudio\crudbooster\CRUDBoosterServiceProvider::class,
'PDF' => Barryvdh\DomPDF\Facade::class,
'Excel' => Maatwebsite\Excel\Facades\Excel::class,
'Image' => Intervention\Image\Facades\Image::class,
php artisan vendor:publish
Then
php artisan vendor:publish --force --provider="crocodicstudio\crudbooster\CRUDBoosterServiceProvider"
php artisan migrate --seed
Try to login at /admin
default username : admin@crudbooster.com
default password : 123456
composer update crocodicstudio/crudbooster
- Re-pulbish asset and configuration (Step 4)
- Migration & Seeding (Step 5) to make sure any update work properly.
The complete documentation can be found at : http://crudbooster.com/page/documentation
All of issues and new feature request, please create an issue at GitHub, please do not send an email or Private Message to us.
- Laravel Export HTML to Excel by Maatwebsite
- Laravel DOM PDF by Barryvdh
- Admin Theme by AdminLTE Almsaeed Studio
- Laravel Framework by Taylor Otwell