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

Summary:

The Laravel Cross Eloquent Search package provides a powerful solution for searching through multiple Eloquent models in a Laravel application. With its rich set of features like cross-model pagination, relationship searching, and in-database sorting, developers can efficiently manage and retrieve data. The package's compatibility with PHP 8.2, MySQL 8.0+, and Laravel 10.0+ ensures seamless integration with the latest technologies. If you're looking to enhance the search capabilities of your Laravel project, this package is worth considering.

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.