Browse Source

boot the application on all artisan commands.

Taylor Otwell 11 years ago
parent
commit
5ad3707ca4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      artisan

+ 2 - 0
artisan

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