You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a command starts running, a lock file is created for that command.
4
+
The lock file ensures that the same command would not run before the previous one is done.
5
+
If a command was force stopped, locate the lock file in the configured directory and delete it to refresh the command.
6
+
7
+
## Configuration
8
+
9
+
Inside `config/autoload/cli.global.php` under the `FileLockerInterface::class` key the file locker can be disabled and the location of the lock files can be changed
Adapt the command to your specifications by replacing **7.4** with your PHP version and **example.com** with your domain name.
13
+
Adapt the command to your specifications by replacing **example.com** with your domain name.
14
14
15
15
Note the **-q** (or **--quiet**) option at the end of the command - it serves as a flag to inform the Application that no output should be returned (unless it's an error).
0 commit comments