boot the application on all artisan commands.

This commit is contained in:
Taylor Otwell 2013-01-23 23:43:28 -06:00
parent 9d3c3ea038
commit 5ad3707ca4
1 changed files with 2 additions and 0 deletions

View File

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