diff --git a/README.md b/README.md index 7299e668..ff2c869f 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,13 @@ $response = $promise->wait(); $responses = $client->pool($messages); ``` +### Completion + +> [!TIP] +> Required to install [Laravel Idea](https://plugins.jetbrains.com/plugin/13441-laravel-idea) plugin. + +![completion](docs/completion.jpg) + ## Testing ```bash diff --git a/docs/.gitkeep b/docs/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/completion.jpg b/docs/completion.jpg new file mode 100644 index 00000000..75db57c3 Binary files /dev/null and b/docs/completion.jpg differ