This package is intended for developers and is a work in progress. Do not use.
It provides the glue that will allow you to build multi-step workflows (playbooks) that your application will complete in response to a trigger.
It is useful for orchestrating:
- notifications;
- onboarding processes;
- dunning sequences;
To develop on this package you need to create a sandbox laravel installation (ex. LaravelPackageDev) and then require this package.
php artisan serve --host=localhost --port=8000
cd / npm run dev
cd /resources/admin npm run build
"repositories": [ { "type": "path", "url": "../LaravelPlaybooks" } ]
http://localhost:8000/admin-dev#/templates
You can now work on the admin code in
/Project/packages/LaravelPlaybooks/resources/admin/src
Work in LaravelPlaybooks/Project/packages/LaravelPlaybooks
/LaravelPlaybooks/resources/admin
Project/packages/LaravelPlaybooks/.deploy
This package is open-sourced software licensed under the MIT license.