© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
32 replies
Prodex

Using components outside filament

Hi,

in V2 it was possible to use filament components outside filament, which could be done by also using the filament.base layout.

But in V3, this base layout now needs $livewire to be passed through. How can I do this outside filament? I looked inside filament itself and didn't quite understand where $livewire even comes from, as it is used in the base layout, which is the first thing that gets loaded (I guess?)

Thank you!
Solution
Then i'm just changing the colors in a service provider.
if (! Filament::isServing()) {
    FilamentColor::register([
        'primary' => '#00529b',
        'secondary' => '#1d2755',
        'tertiary' => '#aed2ec',
        'accent' => '#ee1b2e',
    ]);
}
if (! Filament::isServing()) {
    FilamentColor::register([
        'primary' => '#00529b',
        'secondary' => '#1d2755',
        'tertiary' => '#aed2ec',
        'accent' => '#ee1b2e',
    ]);
}
Jump to solution
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

Use filament Components outside filament
FilamentFFilament / ❓┊help
2y ago
Blade components outside of Filament
FilamentFFilament / ❓┊help
2y ago
FIlament Blade components outside filament. Change default primary color
FilamentFFilament / ❓┊help
2y ago
Filament Notifications outside Filament
FilamentFFilament / ❓┊help
3y ago