All Projects → justbetter → laravel-pagination-with-havings

justbetter / laravel-pagination-with-havings

Licence: MIT License
Makes it possible to use pagination with havings in queries with Laravel.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to laravel-pagination-with-havings

dynamodb-paginator
Paginate DynamoDB results easily
Stars: ✭ 18 (-72.73%)
Mutual labels:  pagination
lightning-data-table
Lightning components for building a data-table with search, column sorting, pagination for Salesforce
Stars: ✭ 15 (-77.27%)
Mutual labels:  pagination
Pageable
An easy way to Pagination or Infinite scrolling for TableView/CollectionView
Stars: ✭ 44 (-33.33%)
Mutual labels:  pagination
v-page
A simple pagination bar, including length Menu, i18n support, based on Vue2.x
Stars: ✭ 85 (+28.79%)
Mutual labels:  pagination
django-simple-pagination
django pagination as you want it to be
Stars: ✭ 41 (-37.88%)
Mutual labels:  pagination
easy-css-layout
Easy css layout
Stars: ✭ 117 (+77.27%)
Mutual labels:  pagination
bs-table
BsTable is an AngularJS directive that adds tfoot tag with pagination and page size selection to your table and watches changes on your collection in ng-repeat attribute.
Stars: ✭ 42 (-36.36%)
Mutual labels:  pagination
pagination
No description or website provided.
Stars: ✭ 14 (-78.79%)
Mutual labels:  pagination
f3-pagination
A pagebrowser and some pagination utilities for the PHP Fat-Free Framework
Stars: ✭ 15 (-77.27%)
Mutual labels:  pagination
flop
Filtering, ordering and pagination for Ecto
Stars: ✭ 56 (-15.15%)
Mutual labels:  pagination
Blazor.Pagination
A reusable pagination component for Blazor.
Stars: ✭ 27 (-59.09%)
Mutual labels:  pagination
spring-thymeleaf-pagination
Spring Boot application which demonstrates implementation of pagination in Java web application with Thymeleaf template engine
Stars: ✭ 73 (+10.61%)
Mutual labels:  pagination
docsify-pagination
↔️ Pagination for docsify
Stars: ✭ 80 (+21.21%)
Mutual labels:  pagination
react-hot-pagination
A React component to render your pagination navigation
Stars: ✭ 28 (-57.58%)
Mutual labels:  pagination
loopback-paginator
No description or website provided.
Stars: ✭ 13 (-80.3%)
Mutual labels:  pagination
cakephp-api-pagination
📑 CakePHP 4 plugin that injects pagination information into API responses.
Stars: ✭ 39 (-40.91%)
Mutual labels:  pagination
TableBundle
Symfony Bundle for easy pagination and filtering
Stars: ✭ 24 (-63.64%)
Mutual labels:  pagination
think-pagination
Pagination for ThinkJS 3 & 2
Stars: ✭ 13 (-80.3%)
Mutual labels:  pagination
pagi
A better WordPress pagination.
Stars: ✭ 30 (-54.55%)
Mutual labels:  pagination
Exopite-Multifilter-Multi-Sorter-WordPress-Plugin
Display and/or sort/filter any page or post types by multiple taxonomies or terms (like post by categories and/or tags) with AJAX. Exopite multifilter, multi-sortable, multi selectable, multi filterable sortable Wordpress Plugin.
Stars: ✭ 18 (-72.73%)
Mutual labels:  pagination

Laravel Pagination with Havings

This package is not needed anymore from Laravel 7.10.0 and up. This is fixed by Taylor Otwell with this PR: laravel/framework#32624


This Laravel package makes it possible to use Laravel's pagination with queries which are using havings. Without it you probably get "Column not found" MySQL errors. For more information see:

Installation

composer require justbetter/laravel-pagination-with-havings

Usage

Just use the trait on the model.

Example

use JustBetter\PaginationWithHavings\PaginationWithHavings;

class MyModel extends Eloquent
{
    use PaginationWithHavings;

    ...
}

Ideas, bugs or suggestions?

Please create a issue or a pull request.

License

MIT

About us

We’re a innovative development agency from The Netherlands building awesome websites, webshops and web applications with Laravel and Magento. Check out our website justbetter.nl and our open source projects.


JustBetter logo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].