mohammadreza

Results 1 comments of mohammadreza

I have this route: $router->add("product/{id}/{slug}","ProductController@index"); I always pass id but slug is optional how can I define the optional parameter?