slampenny / Swaggervel

Swagger for Laravel
492 stars 175 forks source link

Laravel 5.2 removes the Input facade #60

Closed w0rd-driven closed 8 years ago

w0rd-driven commented 8 years ago

It's easily replaced with https://laravel.com/api/5.2/Illuminate/Http/Request.html#method_input that also existed in 5.1 (and likely earlier but I’m too lazy to look it up).

Alternatively there's the LaravelCollective that may re-implement this facade in the future.

selfeky commented 8 years ago

Is this available via composer dev-master?