gothinkster / laravel-realworld-example-app

Exemplary real world backend API built with Laravel
https://realworld.io
MIT License
1.2k stars 1.05k forks source link

Filters are not working in Laravel 5.5 #10

Closed DevYunus closed 7 years ago

DevYunus commented 7 years ago

We dont have intersect method on Illuminate/Http/Request

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

any Alternative ?

sandeesh commented 7 years ago

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