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 develope a web application so simply. One of main feature is Smart CRUD Generator, so CRUDBooster will be 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.4, 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 --force
php artisan migrate --seed --force
Try to login at /admin default username : admin@crudbooster.com default password : 123456
To update CRUDBooster, you can update your composer composer update After update the CRUDBooster don't forget to re-publish configuration (Step 4) and re-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 or pull request at GitHub, please do not send an email or Private Message to us.
Please stay to check, if you have fork CRUDBooster, please always update.
- Laravel Export HTML to Excel by Maatwebsite
- Laravel DOM PDF by Barryvdh
- Admin Theme by AdminLTE Almsaeed Studio
- Laravel Framework by Taylor Otwell