Commit 5ad3707c by Taylor Otwell

boot the application on all artisan commands.

parent 9d3c3ea0
......@@ -29,6 +29,8 @@ require __DIR__.'/bootstrap/autoload.php';
$app = require_once __DIR__.'/start.php';
$app->boot();
/*
|--------------------------------------------------------------------------
| Load The Artisan Console Application
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment