Working on more Stacky setup.

This commit is contained in:
Taylor Otwell
2013-10-25 00:28:22 -05:00
parent 39e265f037
commit 29fc9f694d
4 changed files with 43 additions and 11 deletions

View File

@@ -29,8 +29,6 @@ require __DIR__.'/bootstrap/autoload.php';
$app = require_once __DIR__.'/bootstrap/start.php';
$app->boot();
/*
|--------------------------------------------------------------------------
| Load The Artisan Console Application
@@ -43,6 +41,8 @@ $app->boot();
|
*/
$app->setRequestForConsoleEnvironment();
$artisan = Illuminate\Console\Application::start($app);
/*