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 33b4396 commit bcd5a90Copy full SHA for bcd5a90
README.md
@@ -53,6 +53,11 @@ at a specific location depending on your OS / setup. Here are a few examples :
53
# FISH
54
symfony-autocomplete composer > ~/.config/fish/completions/composer.fish
55
56
+If you are running an environment that does not have automatic execution of PHP scripts, then you will need to
57
+call PHP and the script in question :
58
+
59
+ symfony-autocomplete "php ./artisan"
60
61
## General tips
62
63
### Update
0 commit comments