laravel-workflow icon indicating copy to clipboard operation
laravel-workflow copied to clipboard

Pass to workflow:dump custom worflow config file

Open 4n70w4 opened this issue 5 years ago • 0 comments

Hi! I use module structure of app. And each package contains self workflow configurations for own entities.

For load custom config in my app I use:

$registry = new WorkflowRegistry(app('config')->get('another-workflow'));

It would be useful to be able to specify a configuration file for this command.

4n70w4 avatar Feb 21 '20 16:02 4n70w4