aqjw/ipay88

Maintainers

Details

github.com/aqjw/ipay88

Source

Issues

Installs: 69

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/aqjw/ipay88

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

This package is auto-updated.

Last update: 2025-09-15 03:41:06 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/*