Skip to content

Commit

Permalink
Fix bad link
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorial1024 committed Nov 28, 2024
1 parent f0d2c16 commit 9a95611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Utilize Laravel Processes to run PHP code asynchronously.
## What really is this?
[Laravel Processes](https://laravel.com/docs/10.x/processes) was first introduced in Laravel 10. This library wraps around `Process::start()` to let you execute code in the background to achieve async, albeit with some caveats:
- You may only execute PHP code
- Restrictions from `laravel/serializable-closure` apply (see (their README)[https://github.com/laravel/serializable-closure])
- Restrictions from `laravel/serializable-closure` apply (see [their README](https://github.com/laravel/serializable-closure))
- Silent execution: no built-in result-checking, check the results yourself (e.g. via database)

## Installation
Expand Down

0 comments on commit 9a95611

Please sign in to comment.