Socket
Socket
Sign inDemoInstall

tb-vue3-laravel-lnertia-pagination

Package Overview
Dependencies
23
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tb-vue3-laravel-lnertia-pagination

Pagination For Laravel When Using Inertia With Vue3


Version published
Maintainers
1
Created

Readme

Source

Simple Pagination For Laravel when using Inertia js with vue3 pagination can be edited for large or small

screenshot

multiple tables can be used on the same page

screenshot

you will need to add the following to your routes

Route::match(['GET','POST'],'/test', 'TestController@test')->name('test');

Test Controller will need editing

The test uses a table called test in the TestController.php

$data = \DB::table('test')->paginate(5); edit this for your table

see the git repository in Test.vue to view how to add to your component

Keywords

FAQs

Last updated on 14 Jul 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc