More Premium Hugo Themes Premium Vue Themes

Laravel Vue Pagination

A Vue.js pagination component for Laravel paginators

Laravel Vue Pagination

A Vue.js pagination component for Laravel paginators

Author Avatar Theme by gilbitron
Github Stars Github Stars: 752
Last Commit Last Commit: Sep 3, 2024 -
First Commit Created: Aug 27, 2024 -
default image

Overview

Laravel Vue Pagination is a Vue.js pagination component designed specifically for Laravel applications. It offers pre-built components for Bootstrap 4/5 and Tailwind CSS. For further information, visit the official website at laravel-vue-pagination.org.

Features

  • Vue.js Pagination Component: Specifically tailored for Laravel applications.
  • Bootstrap 4/5 and Tailwind CSS Support: Out-of-the-box components for popular CSS frameworks.
  • Documentation: Detailed documentation and demo available at laravel-vue-pagination.org.
  • Development Support: Information on running tests and working on the library locally.

Installation

To use Laravel Vue Pagination in your Laravel application, you can follow these steps:

  1. Install the package via NPM:
npm install laravel-vue-pagination
  1. Include the component in your Vue component:
// Import the component
import LaravelVuePagination from 'laravel-vue-pagination';

// Register the component
components: {
    LaravelVuePagination,
},
  1. Add the pagination component in your template:
<laravel-vue-pagination :data="items" @paginate="fetchItems" />

Summary

Laravel Vue Pagination offers a convenient Vue.js pagination component tailored for Laravel applications. With support for Bootstrap 4/5 and Tailwind CSS, it provides pre-built components that can easily integrate into your project. The detailed documentation and demo available on the official website make it user-friendly and easy to implement.