Articles tagged with "routes"

Taking Advantage of the Pages Controller

By Joel Stein
Looking for a few tips on how to make the Pages Controller your new friend? Out-of-the-box it automatically maps incoming requests to their views, sets the page title, and even handles sub-pages well. But wait, there's more!
[Read more]

Routes Component

By Joseph Crawford
This is a component to add/remove routes directly to/from the /app/config/routes.php file.
[Read more]