Releases: hariadi/laravel-boilerplate-generator
Releases · hariadi/laravel-boilerplate-generator
Support Laravel 7
Support Laravel 6
v1.2.0 Support Laravel 6.0
Add event generator
Command:
php artisan event:created
php artisan event:updated
php artisan event:deletedFix worng path when running in console
v1.0.1 Fix wrong path when running in console
Namespace strategy
Add namespace strategy option. This allow generated file and directories combined in given namespace. See under Output strategy in README
Add Method traits
v0.2.0 Update stub
Add method to stub
v0.1.8 Forgot to add method to stub
Include method trait by default
v0.1.7 Include method trait by default
Add Method traits
Support Laravel 5.5 package auto discover
Add and generate softdelete method by default
app:repository <model> by default will generate two method, forceDelete and restore.
To disable softdelete add option -d or --disable-softdelete like this:
php artisan app:repository Backend/Question -dYour App/Repositories/Backend/Question/QuestionRepository will be created without delete and restore method