| Package Data | |
|---|---|
| Maintainer Username: | szp043725449 |
| Maintainer Contact: | szp043725449@126.com (sunzhiping) |
| Package Create Date: | 2016-02-23 |
| Package Last Update: | 2016-03-10 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-06 15:14:40 |
| Package Statistics | |
|---|---|
| Total Downloads: | 44 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
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