laravel-facet-filter
laravel-facet-filter copied to clipboard
How to use with IlluminatePaginatorAdapter?
trafficstars
Hi! I've been trying to get Laravel facet filter to work with a LengthAwarePaginator (IlluminatePaginatorAdapter)
Currently the demo only shows an option using simplePagination, is this something that's possible? The project I'm working on requires the amount of pages shown + total search results.
Kind regards