Releases: TimoKoerber/laravel-one-time-operations
Releases · TimoKoerber/laravel-one-time-operations
Release 1.4.5
Laravel 12 Support
Release 1.4.4
Provides command alias make:operation
Release 1.4.3
Introduces connection
in config to set database connection of Operation
model
Release 1.4.2
README.md Update
Release 1.4.1
Laravel 11.x Compatibility
Release 1.4.0
A custom class layout can be provided in /stubs/one-time-operation.stub
Release 1.3.2
Fixes typos
Release 1.3.1
You can use the --isolated
option on operations:process
to run only one instance of the command.
Release 1.3.0
Use operations:make --essential
to create a cleaner operation file without any attributes.
Release 1.2.0
Provide a $tag
attribute in an OneTimeOperation class to filter operations when processing them.