/laracasts-livewire-datatable

The Laravel project I used during the "Building DataTables with Livewire" Laracasts video

Primary LanguagePHP

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