Absortio

Email → Summary → Bookmark → Email

Laravel Waterline: UI for Workflows

Extracto

Laravel Waterline is an elegant UI for monitoring Laravel Workflows using the laravel-workflows package.

Contenido

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:

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.

Fuente: Laravel News