background
Home / Portfolio / Laravel Inertia Datatable
PORTFOLIO

Laravel Inertia Datatable

Server-side pagination, filter, live search, sort, and limit data to be displayed on each page.

#Laravel  #ReactJS  #InertiaJS  #Datatable  

Laravel Inertia DataTable

Server-side pagination, filter, live search, sort, and limit data to be displayed on each page.

Source Code : GitHub

Features

  • Server-side pagination
  • Live search
  • Sort
  • Limit
  • Filter

Tech Stack

Prerequisites

Installation and Usage

Clone the repository

1git clone https://github.com/raprmdn/laravel-inertia-datatable.git
bash

cd into the project directory

1cd laravel-inertia-datatable
bash

Install dependencies

1# Laravel 2composer install 3 4# InertiaJS and ReactJS 5npm install
bash

copy .env.example to .env and set your database configuration

1cp .env.example .env
bash

Generate an application key

1php artisan key:generate
bash

Run the database migrations

1php artisan migrate
bash

Seed the database

1php artisan db:seed
bash

Start the local development server

1# Laravel 2php artisan serve 3 4# InertiaJS and ReactJS 5npm run dev
bash

Screenshots

Laravel Inertia Datatable
Posts DataTable
Laravel Inertia Datatable
Users DataTable