DEV Community

Discussion on: Making the advanced search query with Eloquent-Builder in Laravel

Collapse
 
nanadjei2 profile image
Bill Gates • Edited

Nice work man. You made a typo. According to the docs on GitHub github.com/mohammad-fouladgar/eloq...,

class AgeMoreThanFilter should extend Filter and not implement Filter

And EloquentBuilder::to() method should not be called statically. Am sure the package has been updated.

Collapse
 
mohammadfouladgar profile image
Fouladgar.dev • Edited

Thanks Bill, Yes The package has been updated.

Please read this article : dev.to/mohammadfouladgar/laravel-m...