Skip to content

Releases: TimoKoerber/laravel-one-time-operations

Release 1.4.5

27 Feb 12:12
df0cc43

Choose a tag to compare

Laravel 12 Support

Release 1.4.4

23 Nov 13:32

Choose a tag to compare

Provides command alias make:operation

Release 1.4.3

23 Nov 11:36
ef528f8

Choose a tag to compare

Introduces connection in config to set database connection of Operation model

Release 1.4.2

04 Apr 11:17
33292b8

Choose a tag to compare

README.md Update

Release 1.4.1

04 Apr 10:59
6e81571

Choose a tag to compare

Laravel 11.x Compatibility

Release 1.4.0

16 Dec 18:39

Choose a tag to compare

A custom class layout can be provided in /stubs/one-time-operation.stub

Release 1.3.2

16 Dec 15:09
72a4332

Choose a tag to compare

Fixes typos

Release 1.3.1

19 Apr 12:58

Choose a tag to compare

You can use the --isolated option on operations:process to run only one instance of the command.

Release 1.3.0

31 Mar 15:47
69f5b1c

Choose a tag to compare

Use operations:make --essential to create a cleaner operation file without any attributes.

Release 1.2.0

31 Mar 15:10
87b4089

Choose a tag to compare

Provide a $tag attribute in an OneTimeOperation class to filter operations when processing them.