Laravel Cross Eloquent Search

screenshot of Laravel Cross Eloquent Search
laravel

Laravel package to search through multiple Eloquent models. Supports sorting, pagination, scoped queries, eager load relationships and searching through single or multiple columns.

Overview:

The Laravel Cross Eloquent Search package allows users to search through multiple Eloquent models seamlessly. This package offers features such as sorting, pagination, scoped queries, eager loading of relationships, and the ability to search through single or multiple columns, making it a versatile tool for Laravel developers.

Features:

  • Search through one or more Eloquent models
  • Support for cross-model pagination
  • Search through single or multiple columns
  • Search through (nested) relationships
  • Support for Full-Text Search, even through relationships
  • Order by (cross-model) columns or by relevance
  • Use constraints and scoped queries
  • Eager load relationships for each model
  • In-database sorting of the combined result
laravel
Laravel

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.