LaRAVEL 5 CRUD GENERATOR WITH BUBBLE GENERATOR

What is BubbleGenerator? BubbleGenerator is a system that helps us when creating a project, this system is Generator CRUD laravel that will certainly help us in making crud we do not need to create the user again with bubblegenerator we just need to choose the table we generate, not jga only that here there The new system table, where we can directly create tables. Check out the bubble generator itself like this: Display after successfully create a CRUD BubbleGenerator supports uses: Datatable Multiple Delete Data Bootstrap Reload Realtime Data Laravel 5.2 How To Use BubbleGenerator 1. Install BubbleGenerator "bubblegenerator/generator": "dev-master" 2. Add Class Provider in App.php BubbleGenerator\Generator\BubbleGeneratorServiceProvider::class, Yajra\Datatables\DatatablesServiceProvider::class, Collective\Html\HtmlServiceProvider::class, 3. Open the CMD, and then type the command php artisan vendor:publish 4. Add this code in composer.json precisely in psr-4 ...