Using Laravel 4.2, is it possible to assign a name to a resource controller route? My route is defined as follows:
Route::resource(\'faq\', \'ProductFaqCont
you dont need to set name in resource in laravel 5.7 that i have test it. it auto generate route name from url.