Skip to content

indatawetrust/checkhttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'