Download the PHP package larahook/distinct-on-pagination without Composer
On this page you can find all versions of the php package larahook/distinct-on-pagination. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download larahook/distinct-on-pagination
More information about larahook/distinct-on-pagination
Files in larahook/distinct-on-pagination
Download larahook/distinct-on-pagination
More information about larahook/distinct-on-pagination
Files in larahook/distinct-on-pagination
Vendor larahook
Package distinct-on-pagination
Short Description ORM Multiple distinct() with paginate()
License MIT
Homepage https://github.com/Mishanki/laravel-distincton-pagination
Package distinct-on-pagination
Short Description ORM Multiple distinct() with paginate()
License MIT
Homepage https://github.com/Mishanki/laravel-distincton-pagination
Please rate this library. Is it a good library?
Informations about the package distinct-on-pagination
Laravel pagination
Multiple distinct(['field_a', 'field_b'])
with paginate()
Problem
-
ORM select return error when calculate
total
rows forpagination
- Exception example
Install
Usage
- Add
DistinctOnPagination
trait inSomeModel
class - Pagination total must be calc without Exception
Config
- You can also publish the config file to change implementations (concat delimiter)
All versions of distinct-on-pagination with dependencies
PHP Build Version
Package Version
The package larahook/distinct-on-pagination contains the following files
Loading the files please wait ....