Skip to content

🏓 My favorite way to build data tables in Laravel.

Notifications You must be signed in to change notification settings

jannbar/data-tables

Repository files navigation

Data Tables with Laravel and HTMX

This is my favorite way of building data tables in Laravel.

To get some test users, you can run this snippet inside Tinker:

\App\Models\User::factory(20)->create();

About

🏓 My favorite way to build data tables in Laravel.

Topics

Resources

Stars

Watchers

Forks