mailerlite / laravel-elasticsearch

An easy way to use the official Elastic Search client in your Laravel applications.
MIT License
909 stars 187 forks source link

please show how i can return with paginate #114

Closed vahidalvandi closed 3 years ago

vahidalvandi commented 3 years ago

Please be sure you include all the relevant information in your issue so we can help you:

Please use a descriptive title for your issue. "Why doesn't this work?" doesn't provide other users much information if they are scanning the list of issues.

Also, please use fenced code blocks when pasting more than one line of code. It makes it so much more readable for everyone!

Thank you!

cviebrock commented 3 years ago

Please refer to the official client documentation for information on how to use the ElasticSearch client. This package is simply a helper to configure the official client in a more Laravel-friendly way and doesn't provide any functionality apart from setting up the configuration.