This repo is Laravel package to extend filtering functionality in Laravel projects. If you have a list with items and you use spatie/laravel-query-builder to filter them, this package could be useful ...
This is a Laravel 9 trait that adds a scopeSearch() method to the model that uses it. The scopeSearch() method allows you to search the database records based on the ...