path('app').'controllers/base.php', )); /* |-------------------------------------------------------------------------- | Auto-Loader Directories |-------------------------------------------------------------------------- | | The Laravel auto-loader can search directories for files using the PSR-0 | naming convention. This convention basically organizes classes by using | the class namespace to indicate the directory structure. | | So you don't have to manually map all of your models, we've added the | models and libraries directories for you. So, you can model away and | the auto-loader will take care of the rest. | */ Autoloader::directories(array( path('app').'models', path('app').'libraries', ));