Skip to content

Commit d28182c

Browse files
committed
Add installation info
1 parent b3c41ad commit d28182c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ Utilize Laravel Processes to run PHP code asynchronously.
1414
- Silent execution: no built-in result-checking, check the results yourself (e.g. via database)
1515

1616
## Installation
17-
(WIP)
17+
via Composer:
18+
19+
```sh
20+
composer require vectorial1024/laravel-process-async
21+
```
1822

1923
## Change log
2024
Please see `CHANGELOG.md`.

0 commit comments

Comments
 (0)