This is the full Laravel project from the "Building DataTables with Livewire" video on Laracasts.
Files of interest:
- The routes file: web.php
- The main template: welcome.blade.php
- The Livewire component: ContactsTable.php | contacts-table.blade.php
Getting set up locally:
- Clone the repo
cp .env.example .env
artisan key:generate
composer install