raprmdn / laravel-inertia-datatable

Laravel Inertia React DataTable

Home Page:https://raprmdn.dev/portfolio/laravel-inertia-datatable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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}

About

Laravel Inertia React DataTable

https://raprmdn.dev/portfolio/laravel-inertia-datatable


Languages

Language:JavaScript 58.0%Language:PHP 41.2%Language:CSS 0.6%Language:Blade 0.2%