Hello Laravel'ers,
I'm adding Laravel router support into PPI framework.
I have made the following progress with implementing the generate() and match() methods of PPI's LaravelRouterWrapper.
If you look at the match() method, I don't know what $action is supposed to look like as I see a lot of dynamic input to a router definition, such as: callback, Controller@action string, arrays containing things like 'as' and 'uses' keywords.
Can someone advise?
Many thanks, PAul
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community