Installation

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

Installing with PRO Subscription

You can easily install the Payments module dependency with Composer if you have an active PRO subscription:

composer require anomaly/payments-module

Then install the addon for your application:

php artisan addon:install anomaly.module.payments
Installing from Download

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

/addons/{application_ref}/anomaly/*

Then install the addon dependencies:

composer update

Lastly installing the addon like normal:

php artisan addon:install anomaly.module.payments

Suggested Addons

It is suggested that you also install a couple basic payments providers as well:

Stripe Gateway Extension

The Stripe gateway extension makes it easy process payments and store credit cards with Stripe.

composer require anomaly/stripe_gateway-extension