I didnt make any test's and im newbie but i THINK that router use * for anything and 'any' will mean any type (numbers, characters,etc...
And as far as i know we use { } for params, so you could try: 'test/{controller}/add/{params?}'
Im not sure if {params?} will catch everything after add/ or it will catch add/*/ ( * = anything)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community