The final stable release. Need faster TDD in Laravel project? This is a simple CRUD generator complete with automated testing suite.
####Only work on Laravel 5.8 or later
# Get the package
$ composer require tayeb-ali/zool-crud --dev
The package will auto-discovered and ready to go.
Just type in terminal $ php artisan make:crud ModelName command, it will create simple Laravel CRUD files of given model name completed with tests.
For example we want to create CRUD for 'App\Booking' model.
pass Test
Save old edit
How can I help you explore Laravel packages today?