I'm doing a JWT login and at the time of testing the route I get an error:
MethodNotAllowedHttpException
routes.php
Route::group(['middleware'=>'cors'], function(){
Route::post('/auth_login', 'ApiAuthController@userAuth');...
asked by
21.06.2016 / 15:49