Skip to content

Laravel + CRUD Generator Package, Make a Web Application Just In Minutes, With Less Code and Less Step !

Notifications You must be signed in to change notification settings

arissetyawan/crudbooster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

CRUDBOOSTER - Laravel CRUD Generator

Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads Daily Downloads Twitter

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.

System Requirement

  • PHP >= 5.6.x, PHP <= 7
  • Mcrypt PHP Extension
  • OpenSSL PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension

Installation For Laravel 5.x

1. Install via composer

composer require crocodicstudio/crudbooster

2. Add Dependencies Package to Service Provider (config/app.php)

Barryvdh\DomPDF\ServiceProvider::class,
Collective\Bus\BusServiceProvider::class,
Maatwebsite\Excel\ExcelServiceProvider::class,
Unisharp\Laravelfilemanager\LaravelFilemanagerServiceProvider::class,
Intervention\Image\ImageServiceProvider::class,
crocodicstudio\crudbooster\CRUDBoosterServiceProvider::class,

3. Add Bellow Facades to (config/app.php)

'PDF' => Barryvdh\DomPDF\Facade::class,
'Excel' => Maatwebsite\Excel\Facades\Excel::class,
'Image' => Intervention\Image\Facades\Image::class,

4. Publish Configuration and Databases

php artisan vendor:publish

Then

php artisan vendor:publish --force --provider="crocodicstudio\crudbooster\CRUDBoosterServiceProvider"

5. Migrating and Seeding the Core Database of CRUDBooster

php artisan migrate --seed

6. Testing

Try to login at /admin
default username : admin@crudbooster.com
default password : 123456

Update Guide

To update CRUDBooster, "composer require crocodicstudio/crudbooster"
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.

DOCUMENTATION

The complete documentation can be found at : http://crudbooster.com/page/documentation

SUPPORT AND CONTRIBUTION

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.

UPDATE

Please stay to check, if you have fork CRUDBooster, please always update.

CREDITS

  1. Laravel Export HTML to Excel by Maatwebsite
  2. Laravel DOM PDF by Barryvdh
  3. Admin Theme by AdminLTE Almsaeed Studio
  4. Laravel Framework by Taylor Otwell

About

Laravel + CRUD Generator Package, Make a Web Application Just In Minutes, With Less Code and Less Step !

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 56.2%
  • HTML 27.4%
  • CSS 12.3%
  • PHP 4.1%