Skip to content

crestamr/laravel-workflow-sample

Repository files navigation

Laravel Workflow Sample App

This is a sample Laravel 10 application with example workflows that you can run inside a GitHub codespace.

Step 1

Run the migrations to create the necessary database tables.

php artisan migrate

Step 2

Start the queue worker. This will enable the processing of workflows and activities.

php artisan queue:work

Step 3

Create a new terminal window.

image

Step 4

Start the example workflow inside the new terminal window.

php artisan workflow

Step 5

You can view the waterline dashboard via the mapped port.

Add /waterline/dashboard to the URL e.g. https://[your-project-name]/waterline/dashboard

image

That's it! You can now create and test workflows.

About

Laravel workflow sample app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published