Laravel 8: How to correctly pass the resource route

前端 未结 0 773
北海茫月
北海茫月 2020-12-04 17:23

I have resource route like this:

Route::resource(\'level\', LevelManageController::class);

And I used to call this route with this form in my

相关标签:
回答
  • 消灭零回复
提交回复
热议问题