Skip to content

Commit 2611fb2

Browse files
authored
Update README.md
1 parent 56e2ab4 commit 2611fb2

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
# Dashboard
1+
# Laravel Workflow [![PHP Composer](https://github.com/laravel-workflow/laravel-workflow/actions/workflows/php.yml/badge.svg)](https://github.com/laravel-workflow/laravel-workflow/actions/workflows/php.yml)
2+
3+
Durable workflow engine that allows users to write long running persistent distributed workflows (orchestrations) in PHP powered by [Laravel Queues](https://laravel.com/docs/9.x/queues).
4+
5+
## Installation
6+
7+
This UI is installable via [Composer](https://getcomposer.org).
8+
9+
```bash
10+
composer require laravel-workflow/waterline
11+
12+
php artisan waterline:install
13+
```
14+
15+
# Dashboard View
216

317
![waterline_dashboard](https://user-images.githubusercontent.com/1130888/202864399-0bf0a3e7-4454-4a30-8fd2-e330b2460b76.png)
418

0 commit comments

Comments
 (0)