Laravel package to search through multiple Eloquent models. Supports sorting, pagination, scoped queries, eager load relationships and searching through single or multiple columns.
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.
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 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.