Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 298 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 298 Bytes

checkhttp

###laravel 4.*

config

php artisan config:publish check/http

providers

app/config/app.php add provider 'Check\Http\HttpServiceProvider'

###laravel 5.*

config

php artisan vendor publish

providers

config/app.php add provider 'check\http\httpServiceProvider'