Skip to content

szp043725449/haolyy_Tool_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Laravel HaolyyService

Documentation

Installation

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
 */

About

好利网工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages