We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e941817 commit 0b3f3f5Copy full SHA for 0b3f3f5
config.example.php
@@ -43,6 +43,8 @@
43
// All command related configs go here
44
'commands' => [
45
// Define all paths for your custom commands
46
+ // DO NOT PUT THE COMMAND FOLDER THERE. IT WILL NOT WORK.
47
+ // Copy each needed Commandfile into the CustomCommand folder and uncommend the Line 49 below
48
'paths' => [
49
// __DIR__ . '/CustomCommands',
50
],
0 commit comments