Laravel named route for resource controller

后端 未结 7 1142
一向
一向 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.

    0 讨论(0)
提交回复
热议问题