2.0 modular refactoring.
This commit is contained in:
@@ -11,20 +11,13 @@
|
||||
// --------------------------------------------------------------
|
||||
// The active modules for this Laravel installation.
|
||||
// --------------------------------------------------------------
|
||||
$active = array(
|
||||
'application' => 'application',
|
||||
);
|
||||
$active = array();
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// The path to the Laravel directory.
|
||||
// --------------------------------------------------------------
|
||||
$system = '../laravel';
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// The path to the configuration directory.
|
||||
// --------------------------------------------------------------
|
||||
$config = '../config';
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// The path to the packages directory.
|
||||
// --------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user