refactoring and adding more dependency injection through ioc container.

This commit is contained in:
Taylor Otwell
2011-08-24 22:51:32 -05:00
parent 99adf09ac7
commit 6a8aafc259
46 changed files with 1039 additions and 1276 deletions

View File

@@ -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__;