added basic autoloader tests.
This commit is contained in:
@@ -27,4 +27,9 @@ require 'paths.php';
|
||||
// --------------------------------------------------------------
|
||||
// Bootstrap the Laravel core.
|
||||
// --------------------------------------------------------------
|
||||
require SYS_PATH.'core.php';
|
||||
require SYS_PATH.'core.php';
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// Start the default bundle.
|
||||
// --------------------------------------------------------------
|
||||
Bundle::start(DEFAULT_BUNDLE);
|
||||
Reference in New Issue
Block a user