Skip to content

soap/laravel-workflow-loader

Repository files navigation

Database storage for Laravel workflow configuration

Latest Version on Packagist GitHub Tests Action Status PHPStan GitHub Code Style Action Status Total Downloads

This package extends zerodahero/laravel-workflow by adding option to store workflow coniguration in database. Laravel workflow only support loading configuration form Laravel configuration. This package provides user to change workflow configuration without helping from developers.

Support us

Installation

You can install the package via composer:

composer require soap/laravel-workflow-storage

You can publish and run the migrations with:

php artisan vendor:publish --tag="laravel-workflow-storage-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="laravel-workflow-storage-config"

This is the contents of the published config file:

return [
];

Usage

To use this package to store workflow configuration you need to register workflow binding in your application service provider. You have to instruct Laravel to use new 'workflow' binding instead of the one provided by zerodahero/laravel-workflow.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Store Laravel workflow configuration in other source e.g. Database

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages