TNTSearch – A fully featured full text search engine written in PHP07/12/20251 mins0TNTSearch is a full-text search (FTS) engine written entirely in PHP. A simple configuration allows you to…Laravel admin_blogcontinue Reading..
Searchable – Trait that adds a simple search function to Eloquent models07/12/20251 mins0Searchable is a trait for Laravel 4.2+ and Laravel 5.0 that adds a simple search function to…Laravel admin_blogcontinue Reading..
SearchIndex – Store and retrieve objects from Algolia or Elasticsearch07/12/20251 mins0Store and retrieve objects from Algolia or Elasticsearch Github: https://github.com/spatie/searchindexLaravel admin_blogcontinue Reading..
Laravel Search – Unified API for Elasticsearch, Algolia, and ZendSearch07/12/202507/12/20251 mins0This package provides a unified API across a variety of different full text search services. It currently…Laravel admin_blogcontinue Reading..
Plastic – Fluently mapping and searching Elasticsearch07/12/20251 mins0Plastic is an Elasticsearch ODM and mapper for Laravel. It renders the developer experience more enjoyable while…Laravel admin_blogcontinue Reading..
Elasticquent – Elasticsearch for Eloquent models07/12/20251 mins0Elasticquent makes working with Elasticsearch and Eloquent models easier by mapping them to Elasticsearch types. You can use the default settings…Laravel admin_blogcontinue Reading..
Algolia Search – Integrates the Algolia Search API to the Laravel Eloquent ORM07/12/20251 mins0Traditional search implementations tend to have search logic and functionality on the backend. This made sense when…Laravel admin_blogcontinue Reading..
Laravel MySQL Spatial extension – easily work with MySQL Spatial Data Types and MySQL Spatial Functions07/12/20251 mins0Laravel package to easily work with MySQL Spatial Data Types and MySQL Spatial Functions. Please check the documentation for your…Laravel admin_blogcontinue Reading..
Lada Cache – A Redis based, fully automated and scalable database cache layer07/12/20251 mins0Features 🚀 Fully automated query caching – no code changes required after setup 🧩 Granular invalidation – automatically invalidates only affected…Laravel admin_blogcontinue Reading..
Laravel Repository – Repositories to abstract the database layer07/12/20251 mins0Table of Contents Installation Composer Laravel Methods RepositoryInterface RepositoryCriteriaInterface CacheableInterface PresenterInterface CriteriaInterface Usage Create a Model Create…Laravel admin_blogcontinue Reading..