Installation

Download

You can download this addon by requiring it with composer:

composer require anomaly/addons-module

Install

It is suggested that you install this addon with the --seed option:

php artisan addon:install anomaly.module.addons --seed

Refresh

After installing it is recommended to refresh the system.

php artisan refresh

The Addons module comes installed with PyroCMS out of the box.{.tip}