All Projects → avinashn → Pagination-and-Search-Laravel

avinashn / Pagination-and-Search-Laravel

Licence: other
Example of pagination and search functionality combined in Laravel Framework

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pagination-and-Search-Laravel

blogging-app-with-Angular-CloudFirestore
A blogging application created with the help of Angular on front-end and Google Cloud Firestore on backend.
Stars: ✭ 45 (+136.84%)
Mutual labels:  pagination
data
Data providers
Stars: ✭ 31 (+63.16%)
Mutual labels:  pagination
theleakycauldronblog
My Personal Blog. Powered by Gatsby and Netlify CMS
Stars: ✭ 33 (+73.68%)
Mutual labels:  pagination
beer-app
🍺 Example App - Paginate API response with BLoC in Flutter
Stars: ✭ 20 (+5.26%)
Mutual labels:  pagination
continuation-token
A library for fast, reliable and stateless Web API pagination with Continuation Tokens.
Stars: ✭ 17 (-10.53%)
Mutual labels:  pagination
redux-paginator
redux-paginator helps you deal with paginated API with Redux without the need to create new actions and reducers cases
Stars: ✭ 73 (+284.21%)
Mutual labels:  pagination
vue-laypage
📃 A simple pagination component for Vue.js 2.x
Stars: ✭ 25 (+31.58%)
Mutual labels:  pagination
phoenix pagination
Simple pagination for Ecto and Phoenix that uses plain EEx templates.
Stars: ✭ 20 (+5.26%)
Mutual labels:  pagination
gorm-paginator
gorm pagination extension
Stars: ✭ 154 (+710.53%)
Mutual labels:  pagination
loopback-row-count-mixin
A loopback mixin to get total count of a model
Stars: ✭ 13 (-31.58%)
Mutual labels:  pagination
11r
America's favorite Eleventy blog template.
Stars: ✭ 135 (+610.53%)
Mutual labels:  pagination
roove
Dating app based on firebase services and facebook login. MVVM-Kotlin-RxJava-Dagger-Databinding
Stars: ✭ 55 (+189.47%)
Mutual labels:  pagination
PagedLists
Paginated UITableView and UICollectionViews for iOS.
Stars: ✭ 69 (+263.16%)
Mutual labels:  pagination
materialui-pagination
A simple pagination component for Material UI.
Stars: ✭ 31 (+63.16%)
Mutual labels:  pagination
PetkoparaCrudGeneratorBundle
Symfony3 CRUD generator bundle with pagination, filter, bulk actions and Twitter bootstrap 3.3.6 features.
Stars: ✭ 69 (+263.16%)
Mutual labels:  pagination
Ajaxinate
🎡 Ajax pagination plugin for Shopify themes
Stars: ✭ 107 (+463.16%)
Mutual labels:  pagination
EasyDataTable
易用和全面的纯Ajax分页插件(中文)
Stars: ✭ 18 (-5.26%)
Mutual labels:  pagination
ember-cli-blog
Tom Dale's blog example updated for the Ember CLI
Stars: ✭ 87 (+357.89%)
Mutual labels:  pagination
paginated
⚛️ React render props component & custom hook for pagination.
Stars: ✭ 20 (+5.26%)
Mutual labels:  pagination
MMM-page-indicator
MagicMirror² module to display what page you're on.
Stars: ✭ 33 (+73.68%)
Mutual labels:  pagination

Prerequisites

  • After cloning this repository, go to the root folder, run the following command/s,
        composer install
        composer update
  • Rename .env.example to .env and provide your database details there.
  • Run
    php artisan key:generate
  • Run
    php artisan migrate

Working Demo

You can see the demo of the project here

Reference Post

http://justlaravel.com/paginated-data-search-laravel/

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].