boot the application on all artisan commands.
This commit is contained in:
parent
9d3c3ea038
commit
5ad3707ca4
2
artisan
2
artisan
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue