So I'm trying to match a simple route with laravel that looks something like /ID-OPTIONAL/OPTIONAL2/...
Eh, so basically I went w/ the following Route::any('/{id}/{optional?}', 'HomeController@Index', fu...
The Laravel portal for problem solving, knowledge sharing and community building.
The community