-
agorakit/agorakit
- 420
- May 2016
- Mar 2025
Files in the example
Only until March 18th: coupon LARAVEL12 for 40% off Yearly/Lifetime membership!
Read more here
Searchable is a trait for Laravel 4.2+ and Laravel 5.0 that adds a simple search function to Eloquent Models.
Searchable allows you to perform searches in a table giving priorities to each field for the table and it's relations.
This is not optimized for big searches, but sometimes you just need to make it simple (Although it is not slow).
Read more on the official Github.