Hide url segment in Laravel using htaccess (routes with the same number of segments)

后端 未结 0 2008
难免孤独
难免孤独 2021-01-26 01:40

I have these routes in web.php

Route::get(\'/book/{book}\', booksController@show);
Route::get(\'/user/{user}\', UsersController@show);
Route::get(\'/{category}\',         


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