laravel-workflow

Laravel package that simplifies workflows with clear actions definition and event tracking.

MIT License

Downloads
266
Stars
144
Committers
3

Bot releases are hidden (Show)

laravel-workflow - 1.1.0 Latest Release

Published by Safemood 2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Safemood/laravel-workflow/compare/1.0.0...1.1.0

laravel-workflow - 1.0.0

Published by Safemood 3 months ago

What's Changed

Full Changelog: https://github.com/Safemood/laravel-workflow/compare/0.0.4...1.0.0

laravel-workflow - 0.0.4

Published by Safemood 3 months ago

Release Description:

  • Refactoring and Updates:

    • Removed ShouldQueue type hint from methods in ActionsTrait.
    • Updated dispatch logic for actions.
    • Renamed Artisan command make:action to make:workflow-action.
    • Refactored DummyJob to extend Action.
    • Added a job stub file and introduced MakeJob command.
    • Registered MakeJob command in WorkflowServiceProvider.
  • Testing and Improvements:

    • Updated method names in ManagesExecutionTest to reflect new dispatch logic.
    • Refactored Action class to use ActionState enum and added corresponding tests.
    • Updated TracksActionStates to use ActionState enum.
  • Miscellaneous:

    • Fixed code styling issues.
    • Added method for conditional execution.

Full Changelog: https://github.com/Safemood/laravel-workflow/compare/0.0.3...0.0.4

laravel-workflow - 0.0.3

Published by Safemood 3 months ago

Updated docs.

laravel-workflow - 0.0.2

Published by Safemood 3 months ago

Making the workflow dumpable for debugging.

laravel-workflow - 0.0.1

Published by Safemood 3 months ago

experimental release