Laravel One Time Operations Versions Save

Run operations once after deployment - just like you do it with migrations!

1.4.2

1 month ago

README.md Update

1.4.1

1 month ago

Laravel 11.x Compatibility

1.4.0

5 months ago

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

1.3.2

5 months ago

Fixes typos

1.3.1

1 year ago

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

1.3.0

1 year ago

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

1.2.0

1 year ago

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

1.1.0

1 year ago

You can now change the queue, that operations are being dispatched to.

  • Provide a $queue attribute in an OneTimeOperation class to change the queue, that the job will be dispatched to
  • Provide the --queue option with the artisan operations:process command to force a specific queue for all operations
    • artisan operations:process --queue=redis

1.0.5

1 year ago

Moved factories into the intended directory

1.0.4

1 year ago

Changed the naming of this package because of what Taylor said 😉

https://twitter.com/taylorotwell/status/1620807927715217409