Laravel named route for resource controller

后端 未结 7 1175
一向
一向 2020-11-30 22:09

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         


        
7条回答
  •  悲哀的现实
    2020-11-30 23:09

    you dont need to set name in resource in laravel 5.7 that i have test it. it auto generate route name from url.

提交回复
热议问题