Installation

The Sites module is a paid addon and requires purchasing from the addon store or an active PRO subscription.

Installing with Git

You can install the Sites module with Git if you have an active PRO subscription.

It is discouraged to use Composer for this addon because you should install it within your primary site's addons directory:

cd addons/{application_ref}/anomaly
git clone -b 1.0 [email protected]:anomalylabs/sites-module.git

Then simply install for your application:

php artisan addon:install anomaly.module.sites
Installing from Store Download

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

/addons/{application_ref}/anomaly/*

Then, installing the addon:

php artisan addon:install anomaly.module.sites