Craft CMS Twig Filter Extension
Cameron Spear
Cameron Spear
The `registerCpRoutes()` method in our primary plugin class `PrimaryClassName.php` allows to route a particular URL to a template. Read More »
Ben Parizek
In this post we will show you how to handle the `order.completed` event to update your Craft entries when someone buys a product on your website... Snipcart
Craft makes it easy for you to add a log file for your plugin. Using the static method `PluginClassName::log()`. Craft will create a new log file for you in the folder `craft/storage/runtime/logs` and name it after your plugin using all lowercase letters `pluginname.log` Read More »
Ben Parizek