Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Releases: ferdinandfrank/laravel-file-generator

Compatible for Laravel 5.8

02 May 14:46
Compare
Choose a tag to compare
v1.3

Merge remote-tracking branch 'origin/master'

Restored Laravel's native ResourceMakeCommand

31 Jan 07:56
Compare
Choose a tag to compare
  • Refactored the features of the old package's ResourceMakeCommand to ModelMakeCommand, which now extends the Laravel's native ModelMakeCommand 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's ResourceMakeCommand that has overwritten the native features to create multiple files for a creating model which have now been refactored to the package's ModelMakeCommand (see above)

Added support for Laravel 5.5 make commands

15 Feb 08:56
Compare
Choose a tag to compare
v1.1

Added missing classes for Laravel 5.5 make commands support