Routes and Patterns
A closer look at routing in general, how requests in craft are routed, and setting up your own routes in the control panel and in the routes.php file. Read More »
Barrel Strength Design
A closer look at routing in general, how requests in craft are routed, and setting up your own routes in the control panel and in the routes.php file. Read More »
Barrel Strength Design
The `registerCpRoutes()` method in our primary plugin class `PrimaryClassName.php` allows to route a particular URL to a template. Read More »
Ben Parizek
Many websites have an archive page that displays content based on the date in the URL. To create an archive page in Craft we need to take a couple of steps... Read More »
Ben Parizek
An overview of all methods and variables available using the `craft.request` tag. Read More »
Ben Parizek