aqjw/ipay88

dev-master 2019-06-14 13:24 UTC

This package is auto-updated.

Last update: 2024-09-15 01:42:39 UTC


README

Require this package with composer. It is recommended to only require the package for development.

composer require aqjw/iPay88:dev-master

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

Aqjw\IPay88\IPay88ServiceProvider::class,

Copy the package config to your local config with the publish command:

php artisan vendor:publish --provider="Aqjw\IPay88\IPay88ServiceProvider"

Make the controller using the command:

php artisan ipay88:make

Add the route to the middleware array in app/Http/Middleware/VerifyCsrfToken.php:

ipay88/*