This is the full Laravel project from the "Building DataTables with Livewire" video on Laracasts.

Files of interest:

Getting set up locally:

  • Clone the repo
  • cp .env.example .env
  • artisan key:generate
  • composer install