searchable
search tool
Adds search functionality to Eloquent models in Laravel applications
A php trait to search laravel models
2k stars
73 watching
291 forks
Language: PHP
last commit: over 1 year ago
Linked from 3 awesome lists
eloquent-modelslaravelphpprioritizing-matchessearch
Related projects:
Repository | Description | Stars |
---|---|---|
laravel/scout | Provides a simple, driver-based solution for adding full-text search to Eloquent models. | 1,568 |
elasticquent/elasticquent | A tool for mapping Eloquent models to Elasticsearch types to simplify the integration of search functionality into Laravel applications. | 1,354 |
tomlingham/laravel-searchy | Makes user-driven searching easy on data in models with fuzzy search and weighted mechanics | 535 |
mmanos/laravel-search | A search package for Laravel 5 providing a unified API across multiple full-text search services. | 352 |
spatie/eloquent-sortable | Adds sortable behaviour to Eloquent models by automatically assigning the highest order number to new records and providing a query scope for fetching records in the right order. | 1,407 |
dwightwatson/rememberable | A caching trait for Eloquent models in Laravel that stores query results for a specified time period. | 1,119 |
algolia/scout-extended | A Laravel package that integrates Algolia's search capabilities into the framework | 400 |
rtconner/laravel-tagging | Provides a trait to manage tags on Eloquent models in Laravel applications | 882 |
reliese/laravel | Automatically generates Laravel models based on a database schema | 1,487 |
hootlex/laravel-moderation | A simple Moderation System for Laravel 5.* applications | 527 |
n7olkachev/laravel-computed-properties | A package that adds computed properties to Eloquent models for efficient and lazy loading of calculated attributes. | 192 |
php-enqueue/laravel-queue | An extension to Laravel's queue system that supports multiple message queues and transports | 233 |
vinelab/neoeloquent | A Neo4j Graph Eloquent Driver for Laravel | 644 |
klaude/eloquent-preferences | A library that provides a way to bind multiple key/value pair preferences to application models. | 30 |
dwightwatson/validating | A validation trait for Laravel Eloquent models that ensures data is valid before saving. | 968 |