I'm new to FuelPHP and I need help getting the root path of my application using Router::get(). I've used Router::get("root"), Router::get("_root_"), Router::get("default"), as well as just Router::get() but none of them work. How do I do it?
Thanks for your reply, I just went ahead and defined a new route for my home page and just started using that. I'm not 100% sure about how to go about using the Router class but it's working for me right now.