Codexshaper / laravel-woocommerce

WooCommerce Rest API for Laravel
MIT License
194 stars 57 forks source link

Pagination #80

Open kingzee100 opened 2 years ago

kingzee100 commented 2 years ago

Is there a way included in the package to get the html of the pagination?

Thanks

daniieljc commented 2 years ago

https://github.com/Codexshaper/laravel-woocommerce/issues/53#issuecomment-717133803

maab16 commented 2 years ago

Hello @kingzee100,

Thanks for creating the issue. There is no default HTML content like laravel pagination but you can get pagination information by calling paginate method. Here is the reference

https://github.com/Codexshaper/laravel-woocommerce/blob/3fd5b47cb664cdd001cb8a6b1b2db0dddf4c7874/src/Traits/QueryBuilderTrait.php#L317

See issue no 53