If you look at the method signature of action() here, you'll see that the third parameter is $wildcards, which is passed to app[url]->action
. Therefore, this is route parameters, not POST data. You want to use the fourth parameter instead.
Thanks anlutro, that was exactly the problem!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community