antonyflame/ioiopay

v0.1 2019-04-21 15:14 UTC

This package is auto-updated.

Last update: 2024-04-22 02:47:58 UTC


README

Install

$ composer require antonyflame/ioiopay
$ php artisan vendor:publish --provider='Antonyflame\Ioiopay\Laravel\IoiopayServiceProvider'

Config

$ vim config/ioiopay.php

test

$ cp -n tests/config.php-example tests/config.php
$ vim tests/config.php
$ php -S 0.0.0.0:8080 -t tests

Open a new terminal to expose to the internet
$ ngrok2 http 8080