© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
2 replies
binaryruel

Laravel Comments in Filament v3

Struggling a bit to integrate it in v3.

These I've done so far

I followed this as I think it has the same integration process.

On my Panel
->renderHook(
    'panels::head.end',
    fn () => Blade::render('<x-comments::styles />'),
)
->renderHook(
    'panels::body.end',
    fn (): string => Blade::render('<x-comments::scripts />'),
)
->renderHook(
    'panels::head.end',
    fn () => Blade::render('<x-comments::styles />'),
)
->renderHook(
    'panels::body.end',
    fn (): string => Blade::render('<x-comments::scripts />'),
)


And the screenshots I provided are the results.

The package didn't have the styles even though I injected the styles in my panel and produces error on the console.

Please shed some light.
Screenshot_08-16-2023_08.29.55.png
Screenshot_08-16-2023_08.30.03.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Laravel filament v3 sushi
FilamentFFilament / ❓┊help
3y ago
XSS Protection with "amidesfahani/filament-tinyeditor" in Laravel Filament V3
FilamentFFilament / ❓┊help
17mo ago
Is Filament v3 compatible with Laravel 12?
FilamentFFilament / ❓┊help
12mo ago
Migrating from Laravel Nova to Filament v3
FilamentFFilament / ❓┊help
3y ago