check/http

check http

Installs: 270

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/check/http

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

This package is not auto-updated.

Last update: 2025-12-10 23:02:50 UTC


README

###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'