![]() |
I have reoutes with custom placeholder like:
Code: // route Code: // controller When accessed like http://localhost:8080/all show Code: all but when accessed with http://localhost:8080/all/done just show 404. by edit the route with Code: $routes->get('(:unique)/(:any)', 'Pages::browse/$1/$2'); Code: all whats wrong with the regex? |
Messages In This Thread |
Route not work with regex - by mylastof - 01-27-2022, 09:10 PM
RE: Route not work with regex - by kenjis - 01-27-2022, 10:01 PM
RE: Route not work with regex - by iRedds - 01-27-2022, 11:43 PM
RE: Route not work with regex - by mylastof - 01-28-2022, 06:51 PM
|