Releases: as-yakovenko/laravel-class-generator
Releases · as-yakovenko/laravel-class-generator
Update Laravel framework requirement to include version 12.0
v1.3.1 Release version 1.3.1
v1.3.0
Added
- Added enum generation feature
v1.2.2
Changes:
- Updated replaceClass() method to add a suffix to the class name.
v1.2.1
Fixed
- Corrected provider registration instructions in
config/app.php
.
Migration Notes
- If you haven't already added
Yakovenko\LaravelClassGenerator\LaravelClassServiceProvider::class
to theproviders
array inconfig/app.php
, please do so.
v1.2.0
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 theproviders
array inconfig/app.php
if it's not already present.
v1.1.0
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
Release version 1.0.0