Releases: Tayeb-Ali/Larazoul
Releases · Tayeb-Ali/Larazoul
next Laravel Generation support Laravel 10 and php 8.1^
ZoolCrud The final stable 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.