Using Alpine.js inside the existing app with Filament table
Hi, I have a Laravel application and am using Alpine and have a Filament Table installed inside the application
- app.js
- layouts/app.blade.php
But I'm having a problem: a javascript error is reported in the browser console when accessing a page that uses the Filament table.
So is there any way to fix this problem?
Thanks guys.
1 Reply
You’re going to have to change how you’re including alpine. https://livewire.laravel.com/docs/upgrading#alpinejs
Laravel
Upgrade Guide | Laravel
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.