Skip to content

ZoolCrud The final stable release

Compare
Choose a tag to compare
@Tayeb-Ali Tayeb-Ali released this 23 Mar 22:49
· 35 commits to master since this release

The final stable release.
Need faster TDD in Laravel project? This is a simple CRUD generator complete with automated testing suite.


How to install

####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.

How to use

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.