标签: php laravel laravel-5.5 searchable
任何人都可以建议/帮助我找到解决方案,以使使用Sofa / Eloquence软件包在laravel中的日期之间搜索日期列。
打包链接-https://github.com/jarektkaczyk/eloquence
例如:我们有一列entry_date的日期丢失了,我们想在entry_date >= $start_date and entry_date <= $end_date之间进行搜索
entry_date
entry_date >= $start_date and entry_date <= $end_date