You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Hey, since I upgraded Laravel to 5.4 the cors middleware is not found anymore. I get this error Class cors does not exist.
Using the middleware as a route parameter:
Route::group([ 'middleware' => 'cors'], function () {
...
});