Skip to main content

Pax

A secure and intuitive currency exchange platform designed to facilitate seamless transactions and promote peace of mind in financial exchanges.

Installation

Run the following command to pull in the latest version:

composer require jobmetric/pax

Publish the config

Run the following command to publish the package config file:

php artisan vendor:publish --provider="JobMetric\Pax\PaxServiceProvider" --tag="pax-config"

You should now have a config/pax.php file that allows you to configure the basics of this package.

Documentation

Coming soon...