Route::group(['middlewareGroups' => ['web']], function () { ... });
in config/app.php I've changed 'key' => env('key_string_32_characters'), to 'key' => env('APP_...
The Laravel portal for problem solving, knowledge sharing and community building.
The community