From 0166a1bc9b36af00b5c24f26d3c1059c125bfc2e Mon Sep 17 00:00:00 2001 From: Matthew Hailwood Date: Fri, 7 Feb 2014 12:09:31 +1300 Subject: [PATCH] Update config.php Add model_locations key --- src/config/config.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/config/config.php b/src/config/config.php index 1768be0..9eb4e12 100755 --- a/src/config/config.php +++ b/src/config/config.php @@ -28,6 +28,18 @@ return array( 'helper_files' => 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' => (), /*