Home

Awesome

Livewire Datatables

Live Demo

Demo Laravel app for Livewire Datatables

Installation

git clone https://github.com/MedicOneSystems/demo-livewire-datatables.git
cd demo-livewire-datatables
composer install
cp .env.example .env
php artisan key

- Migrate and seed the database
```bash
php artisan migrate --seed

For full docs see the Livewire Datatables repo.