Forking laravel-livewire-tables for Laravel 13 + Livewire 4

php dev.to

TL;DR Upstream rappasoft/laravel-livewire-tables marked Livewire 4 support wontfix, so I forked it. The fork now targets Laravel 13 (keeps 12), runs on Livewire 4, and drops Livewire 3. Tests moved to Pest 4 (old PHPUnit classes still run via interop), with a Testbench workbench demo app. Takeaway: when an upstream says no, a fork is fine — but only if you bring the test harness with you. Why fork at all I lean on this package across projects: sortable, searchable, filte

Read Full Tutorial open_in_new
arrow_back Back to Tutorials