2017 © Pedro Peláez
 

library api

Logging for PHP 5.3

image

tools/api

Logging for PHP 5.3

  • Thursday, March 10, 2016
  • by szp043725449
  • Repository
  • 1 Watchers
  • 0 Stars
  • 40 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel ToolsService

Documentation

Installation

Require this package, (*1)

php composer.phar require "tools/api:dev-master" -vvv

After adding the package, add the ServiceProvider to the providers array in config/app.php, (*2)

Tools\Api\ToolsServiceProvider::class,

Optionally you can register the ToolsService facade:, (*3)

'toolsServer'      => Tools\Api\Facades\ToolsService::class,

To publish the config use:, (*4)

php artisan vendor:publish --tag="config"

sign Middleware:, (*5)

/**
 * @Middleware("hsign")
 */

Verification Method List:, (*6)

  • exmobile
  • exIdCard
  • exname
  • expassword
  • exfunds

When use toolsService verification,you should increased verification message in:, (*7)

resources\lang\zh_cn\validation.php

The Versions

10/03 2016

dev-master

9999999-dev https://github.com/szp043725449/haolyy_Tool_API

Logging for PHP 5.3

  Sources   Download

MIT

The Requires

 

laravel