tools/api is a Laravel package for logging for php 5.3.
It currently has 0 GitHub stars and 44 downloads on Packagist.
Install it with composer require tools/api.
Discover more Laravel packages by tools
or browse all Laravel packages to compare alternatives.
Last updated
Require this package
php composer.phar require "tools/api:dev-master" -vvv
After adding the package, add the ServiceProvider to the providers array in config/app.php
Tools\Api\ToolsServiceProvider::class,
Optionally you can register the ToolsService facade:
'toolsServer' => Tools\Api\Facades\ToolsService::class,
To publish the config use:
php artisan vendor:publish --tag="config"
sign Middleware:
/**
* @Middleware("hsign")
*/
Verification Method List:
When use toolsService verification,you should increased verification message in:
resources\lang\zh_cn\validation.php