Skip to content

Commit cdd572d

Browse files
[12.x] Clarify custom Artisan command discovery outside default directory (#10454)
* Clarify custom Artisan command discovery outside default directory * Update artisan.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent 17a8364 commit cdd572d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎artisan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Typically, Tinker automatically aliases classes as you interact with them in Tin
108108
<a name="writing-commands"></a>
109109
## Writing Commands
110110

111-
In addition to the commands provided with Artisan, you may build your own custom commands. Commands are typically stored in the `app/Console/Commands` directory; however, you are free to choose your own storage location as long as your commands can be loaded by Composer.
111+
In addition to the commands provided with Artisan, you may build your own custom commands. Commands are typically stored in the `app/Console/Commands` directory; however, you are free to choose your own storage location as long as you instruct Laravel to [scan other directories for Artisan commands](#registering-commands).
112112

113113
<a name="generating-commands"></a>
114114
### Generating Commands

0 commit comments

Comments
 (0)