check/http

v2.0.0 2016-01-12 11:51 UTC

This package is not auto-updated.

Last update: 2024-09-18 17:07:33 UTC


README

###laravel 4.*

配置

php artisan config:publish check/http

提供者

app/config/app.php 添加提供者 'Check\Http\HttpServiceProvider'

###laravel 5.*

配置

php artisan vendor publish

提供者

config/app.php 添加提供者 'check\http\httpServiceProvider'