Skip to content

Releases: as-yakovenko/laravel-class-generator

Update Laravel framework requirement to include version 12.0

21 Apr 09:15
Compare
Choose a tag to compare

v1.3.0

12 Nov 13:05
Compare
Choose a tag to compare

Added

  • Added enum generation feature

v1.2.2

12 Sep 08:43
Compare
Choose a tag to compare

Changes:

  • Updated replaceClass() method to add a suffix to the class name.

v1.2.1

10 Sep 14:41
Compare
Choose a tag to compare

Fixed

  • Corrected provider registration instructions in config/app.php.

Migration Notes

  • If you haven't already added Yakovenko\LaravelClassGenerator\LaravelClassServiceProvider::class to the providers array in config/app.php, please do so.

v1.2.0

10 Sep 13:07
Compare
Choose a tag to compare

Added

  • Instructions for manual provider registration in config/app.php.

Changed

  • Removed automatic registration of LaravelClassServiceProvider to allow users more control over the configuration.
  • Users can now easily disable the provider without removing the package.

Migration Notes

  • If you are using this package, please add Yakovenko\LaravelClassGenerator\LaravelClassServiceProvider::class to the providers array in config/app.php if it's not already present.

v1.1.0

09 Sep 08:42
Compare
Choose a tag to compare

What's Changed

  • Refactored command classes (GenerateServiceCommand, GenerateUtilityCommand, GenerateHelperCommand, GenerateTraitCommand) to follow Laravel coding standards.

Notes

  • No breaking changes were introduced.
  • Ensure to update your package dependencies accordingly.

v1.0.0

06 Sep 20:45
Compare
Choose a tag to compare
Release version 1.0.0