refactoring and adding more dependency injection through ioc container.
This commit is contained in:
@@ -8,23 +8,6 @@
|
||||
* @link http://laravel.com
|
||||
*/
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Active Modules
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Modules are a convenient way to organize your application into logical
|
||||
| components. Each module may have its own libraries, models, routes,
|
||||
| views, language files, and configuration.
|
||||
|
|
||||
| Here you may specify which modules are active for your application.
|
||||
| This simply gives Laravel an easy way to know which directories to
|
||||
| check when auto-loading your classes, routes, and views.
|
||||
|
|
||||
*/
|
||||
|
||||
$active = array();
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Installation Paths
|
||||
@@ -44,8 +27,6 @@ $laravel = '../laravel';
|
||||
|
||||
$packages = '../packages';
|
||||
|
||||
$modules = '../modules';
|
||||
|
||||
$storage = '../storage';
|
||||
|
||||
$public = __DIR__;
|
||||
|
||||
Reference in New Issue
Block a user