dev-master
9999999-dev https://github.com/szp043725449/haolyy_Tool_APILogging for PHP 5.3
MIT
The Requires
- php >=5.3.0
- aliyuncs/oss-sdk-php ~2.0
by sunzhiping
laravel
Wallogit.com
2017 © Pedro Peláez
Logging for PHP 5.3
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)
When use toolsService verification,you should increased verification message in:, (*7)
resources\lang\zh_cn\validation.php
Logging for PHP 5.3
MIT
laravel