Skip to content

Releases: Tayeb-Ali/Larazoul

next Laravel Generation support Laravel 10 and php 8.1^

25 Jan 18:11
761ba97
Compare
Choose a tag to compare

ZoolCrud The final stable release

23 Mar 22:49
Compare
Choose a tag to compare

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.

ZoolCrud

23 Mar 15:26
Compare
Choose a tag to compare

pass Test

Test

22 Mar 10:10
Compare
Choose a tag to compare

Save old edit