Syntax error, unexpected token ";", expecting "]"
I just did a fresh installation and get the following error when redirecting to the link:
https://secure-link.test/abc/login
The error seems to occur in vendor/filament/support/resources/views/components/modal/index.blade.php.
This is my provider, which I included in the app.php config:
3 Replies
When I comment this code it seems like it's working:
I don't see a syntax error there. Might be the directive that has the issue?
Ah seems like I already had a
style directive which conflicts with Filament. So it has nothing to do with Filament itself. Thanks. @Dennis Koch