gothinkster / laravel-realworld-example-app

Exemplary real world backend API built with Laravel

Home Page:https://realworld.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filters are not working in Laravel 5.5

DevYunus opened this issue · comments

We dont have intersect method on Illuminate/Http/Request

refer : https://laravel.com/api/5.5/Illuminate/Http/Request.html

any Alternative ?

Updated the filter code to remove 'intersect' method dependency. Should work with Laravel 5.5 now :)