Require this package
php composer.phar require "haolyy/api:dev-master" -vvv
After adding the package, add the ServiceProvider to the providers array in config/app.php
Haolyy\Api\HaolyyServiceProvider::class,,
Optionally you can register the HaolyyService facade:
'haolyyServer' => Haolyy\Api\Facades\HaolyyService::class,
To publish the config use:
php artisan vendor:publish --tag="config"
sign Middleware:
/**
* @Middleware("hsign")
*/
Add relevant message in:
/**
* resources\lang\zh_cn\validation.php
*/