We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cae28 commit e380fb8Copy full SHA for e380fb8
README.md
@@ -21,13 +21,13 @@ Prevents overlapping for Laravel console commands.
21
## Usage
22
23
1. Install package through `composer`:
24
-
+
25
```shell
26
composer require illuminated/console-mutex
27
```
28
29
2. Use `Illuminated\Console\WithoutOverlapping` trait in your console command class:
30
31
```php
32
namespace App\Console\Commands;
33
0 commit comments