Moving start.php to bootstrap/start.php to collate all bootstrapping files.

Signed-off-by: Ben Corlett <bencorlett@me.com>
This commit is contained in:
Ben Corlett
2013-02-07 09:12:56 +11:00
parent 106d3b7287
commit 8a5f18e139
5 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ require __DIR__.'/bootstrap/autoload.php';
|
*/
$app = require_once __DIR__.'/start.php';
$app = require_once __DIR__.'/bootstrap/start.php';
$app->boot();
@@ -56,4 +56,4 @@ $artisan = Illuminate\Console\Application::start($app);
|
*/
$artisan->run();
$artisan->run();