jobmetric / pax
A secure and intuitive currency exchange platform designed to facilitate seamless transactions and promote peace of mind in financial exchanges.
Fund package maintenance!
majidmohammadian
Requires
- php: >=8.0.1
- ext-json: *
- jobmetric/laravel-package-core: ^1.12
- jobmetric/laravel-taxonomy: ^2.0
- jobmetric/panelio: ^1.14
- laravel/framework: >=9.19
This package is auto-updated.
Last update: 2024-12-21 18:12:57 UTC
README
A secure and intuitive currency
exchange platform designed to facilitate
seamless transactions and promote peace of mind in financial exchanges.
Install via composer
Run the following command to pull in the latest version:
composer require jobmetric/pax
Publish the config
Copy the config
file from vendor/jobmetric/pax/config/config.php
to config
folder of your Laravel application and rename it to pax.php
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...