You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! The standard route settings are based in this: $router->add('', ['controller' => 'Home', 'action' => 'index']); $router->add('posts/index', ['controller' => 'Posts', 'action' => 'index']);
@daveh , how can i set the route for dynamic url like: @*, domain.com/@foo, domain.com/@bar ... ???
Have a nice day!
The text was updated successfully, but these errors were encountered:
Hi! The standard route settings are based in this:
$router->add('', ['controller' => 'Home', 'action' => 'index']); $router->add('posts/index', ['controller' => 'Posts', 'action' => 'index']);
@daveh , how can i set the route for dynamic url like: @*, domain.com/@foo, domain.com/@bar ... ???
Have a nice day!
The text was updated successfully, but these errors were encountered: