route() helper function does not work with resource controller in laravel, but url() do work. Is it normal?

后端 未结 0 1723
长情又很酷
长情又很酷 2021-01-02 16:45

I have a standard resource controller registered like this:

Route::resource(\'/movies\', \\App\\Http\\Controllers\\MovieController::class );

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