Document that model_locations/dir now supports glob (#925)

Feature was added with https://github.com/barryvdh/laravel-ide-helper/pull/921
This commit is contained in:
Markus Podar
2020-04-22 21:20:09 +02:00
committed by GitHub
parent 378adeb1f5
commit b7197aec89
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -89,6 +89,9 @@ return array(
| Define in which directories the ide-helper:models command should look
| for models.
|
| glob patterns are supported to easier reach models in sub-directories,
| e.g. `app/Services/* /Models` (without the space)
|
*/
'model_locations' => array(