mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Update config.php
Add model_locations key
This commit is contained in:
@@ -29,6 +29,18 @@ return array(
|
||||
base_path().'/vendor/laravel/framework/src/Illuminate/Support/helpers.php',
|
||||
),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Additional model locations to include
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Include additional model locations Useful for if you have models
|
||||
| outside of the /app/models directory.
|
||||
|
|
||||
*/
|
||||
|
||||
'model_locations' => (),
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user