Skip to content

raprmdn/laravel-inertia-datatable

Repository files navigation

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

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

cd into the project directory

cd laravel-inertia-datatable

Install dependencies

# Laravel
composer install

# InertiaJS and ReactJS
npm install

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

cp .env.example .env

Generate an application key

php artisan key:generate

Run the database migrations

php artisan migrate

Seed the database

php artisan db:seed

Start the local development server

# Laravel
php artisan serve

# InertiaJS and ReactJS
npm run dev

Screenshots

Laravel Inertia Datatable {caption: Posts DataTable}

Laravel Inertia Datatable {caption: Users DataTable}

Releases

No releases published

Packages

No packages published

Languages