Laravel Waterline is an elegant UI for monitoring Laravel Workflows. The UI is used in tandem with the laravel-workflow package, which provides a durable workflow engine that allows users to write long-running persistent distributed workflows (orchestrations) in PHP powered by Laravel Queues.
While the laravel-workflow repo contains the nuts and bolts of creating workflows, Waterline is a place you can manage and monitor them via UI:
This package provides an authorization gate that you can customize to protect the workflows UI.
While Waterline will help you with the workflows package, I'd recommend learning more about using the laravel-workflows package:
- Invalidating Cloud Images in Laravel with Workflows
- Converting Videos with FFmpeg and Laravel Workflow
- Email Verifications Using Laravel Workflow
You can learn more about Waterline by viewing the waterline repo on GitHub. I would also recommend getting familiar with the laravel-workflow package that powers the workflows you'll write with these packages.
0 comments:
Post a Comment
Thanks