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.
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.