protonemedia / laravel-cross-eloquent-search

Laravel package to search through multiple Eloquent models. Supports sorting, pagination, scoped queries, eager load relationships and searching through single or multiple columns.
https://protone.media/blog/search-through-multiple-eloquent-models-with-our-latest-laravel-package
MIT License
1.09k stars 80 forks source link

[feature] add support for SQLite3 #58

Open MeiKatz opened 2 years ago

MeiKatz commented 2 years ago

I added support for SQLite3. If you have any ideas on how to test this via unit or feature tests, let me know.

MeiKatz commented 2 years ago

@pascalbaljet Nice to see that you engage with this case. Thanks a lot!

juliangarcess commented 1 month ago

Any updates?