I have problems trying to access some routes that come from a resource ( products ), it is inside a group, it follows my code:
Route::group([
'middleware' => ['web', 'auth'],
'prefix' => Config::get('shop.admin.url') . '/products...
asked by
27.07.2017 / 21:49