Installation

The Templates module is a paid addon and requires purchasing from the addon store OR a PRO subscription.

Installing from Store Download

You can install the Templates module by downloading the addon and placing it within your site's addon directory:

/addons/{application_ref}/anomaly/*

Next install the addon with the addon:install command:

php artisan addon:install anomaly.module.templates
Installing with Composer Subscription

You can download install the Templates module with Composer if you have a PRO subscription:

composer require anomaly/templates-module

php artisan addon:install anomaly.module.templates