Syntax error in install (L10, PHP8.3) - Fixed
https://flareapp.io/share/v5pj18MP
Anyone seen this before? I tried downgrading to v2 and got a different error. Seems there are several syntax errors being generated in the cached views, IE
Running into this error immediately after installing panel builder with the defaults
Solution:
appstract/laravel-blade-directives
breaks directives registered by filament/livewireSolution:Jump to solution
Finally found it!
likely competing with a directive registered by livewire or filament...
7 Replies
This is an existing application I'm attempting to install filament on top of. No existing usage of Livewire
Oddly I also get this when I try to create a filament-user
Recreated this issue in v2 as well, downgrading things to match
Suspect there's something weird about my app that's causing a conflict since it doesn't seem like anyone else is running into this issue, just not sure what it is
I'd try to remove ServiceProviders until is works and then pinpoint what's causing this
Problem is, FIlament is the only custom provider I have registered
No packages that auto register anything? Check your addition to your own provider
Ahhhh
Solution
Finally found it!
likely competing with a directive registered by livewire or filament
@Dennis Koch thanks for the point in the right direction π