Eugene Owak

Results 3 comments of Eugene Owak

> Hello, I ran into this problem. Though I could have used middleware for each GET/POST... but to avoid code duplication I refactored my code from > > ``` >...

@paddelboot add the namespace to the group, I think that will solve it... Try this: ```php Route::group(['namespace'=>'Auth', 'middleware'=>'api', 'prefix' => 'auth'], function () { Route::post('register', 'AuthController@register'); Route::post('login', 'AuthController@login'); Route::post('logout', 'AuthController@logout');...

@tycooperaow it is because of the `SqPaymentForm` is not being loaded. You can solve this by removing the `async` form the script that loads the PaymentForm on line 7 in...