cerbero90/Workflow

View on GitHub
src/config/workflow.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [

    /*
    |-----------------------------------------------------
    | Workflows Path
    |-----------------------------------------------------
    |
    | Set the path where you want to put your workflows.
    | By default all workflows are stored in app/Workflows
    |
    */

    'path' => app_path('Workflows'),

];