laracasts-livewire-datatable icon indicating copy to clipboard operation
laracasts-livewire-datatable copied to clipboard

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

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