Is there any way to declare unlimited number of parameters in routes of Laravel 5 similar to Codeigniter?
I am going to build a large application and declaring each and every parameter in route file for each function is not possible. I tried searching a lot but didn't got any solution.