CumulusClips - Forums
Dynamic routing
or the ability to add a route.
And i need a filter after Plugin::triggerEvent('app.start');, but before $route = $router->getRoute(); and Plugin::triggerFilter('router.static_routes', $routes);
Something like Plugin::triggerFilter('router.before_routing', $routes);
And i need a filter after Plugin::triggerEvent('app.start');, but before $route = $router->getRoute(); and Plugin::triggerFilter('router.static_routes', $routes);
Something like Plugin::triggerFilter('router.before_routing', $routes);
This discussion has been closed.
Comments
I want to be able to create my own JSON API.