This repository has been archived by the owner on Apr 29, 2020. It is now read-only.
Releases: ferdinandfrank/laravel-file-generator
Releases · ferdinandfrank/laravel-file-generator
Compatible for Laravel 5.8
v1.3 Merge remote-tracking branch 'origin/master'
Restored Laravel's native ResourceMakeCommand
- Refactored the features of the old package's
ResourceMakeCommand
toModelMakeCommand
, which now extends the Laravel's nativeModelMakeCommand
by an option to also create a policy class and API resource classes for the creating model - Restored Laravel's native
ResourceMakeCommand
by removing the old package'sResourceMakeCommand
that has overwritten the native features to create multiple files for a creating model which have now been refactored to the package'sModelMakeCommand
(see above)
Added support for Laravel 5.5 make commands
v1.1 Added missing classes for Laravel 5.5 make commands support