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.1k stars 80 forks source link

Add Old php version support #50

Closed muarachmann closed 2 years ago

muarachmann commented 2 years ago

Added older stable versions of php 7.3 & 7.4 Let me know what you think as many people haven't yet migrated to 8.x

pascalbaljet commented 2 years ago

PHP 7.3 is not receiving security updates anymore, and people can use v2.4 if they want to use PHP 7.4 (or use their own fork).