I use Lumen 5.6 and mysql. when i type \"php artisan migrate\" following error occur:
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was t
you just need one more step
go to app.php on bootstrap folder and uncomomment or modif this line
// $app->register(App\Providers\AppServiceProvider::class);
to this code
$app->register(App\Providers\AppServiceProvider::class);
have a good day