Livewire Datatables

July 7, 2020 ยท View on GitHub

Live Demo

Demo Laravel app for Livewire Datatables

Installation

  • Clone the repo
git clone https://github.com/MedicOneSystems/demo-livewire-datatables.git
cd demo-livewire-datatables
  • Install composer dependencies
composer install
  • Create your .env and populate database credentials
cp .env.example .env
  • Generate App key
php artisan key

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

For full docs see the Livewire Datatables repo.