Marco Vilera

Results 2 issues of Marco Vilera

Hey there, I'm having problems using parameters like 'middleware' on Route::group() facade static method, And using param 'middleware' like this: ```php Route::group(['middleware' => 'role:admin'], function () { Route::post('create','AppointmentController@create'); }); ```...

Hey there, I'm developing a small Rails based API, current development environment consist on Windows 10, with Ubuntu 18.04 over WSL2, calling VSCode from inside the ubuntu shell, using the...

help wanted