© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•15mo ago•
4 replies
Guillaume Batier (PrestaSafe)

Vite configuration

Hi everyone, i'm trying to make ma own vite configuration because i've an CheckboxList with HTML like the exemple in the docs:
CheckboxList::make('technology')
                        ->options([
                            'tailwind' => '<span class="text-blue-500">Tailwind</span>',
                            'alpine' => '<span class="text-green-500">Alpine</span>',
                            'laravel' => '<span class="text-red-500">Laravel</span>',
                            'livewire' => '<span class="text-pink-500">Livewire</span>', 
                        ]) 
                        ->searchable()  
                        ->allowHtml(),  
CheckboxList::make('technology')
                        ->options([
                            'tailwind' => '<span class="text-blue-500">Tailwind</span>',
                            'alpine' => '<span class="text-green-500">Alpine</span>',
                            'laravel' => '<span class="text-red-500">Laravel</span>',
                            'livewire' => '<span class="text-pink-500">Livewire</span>', 
                        ]) 
                        ->searchable()  
                        ->allowHtml(),  


so i've follow the instructions in here: https://filamentphp.com/docs/3.x/tables/installation#compiling-assets
(creating vite.config.js, tailwind config, postcss etc...)
and my default layout in
resources/views/components/layouts/app.blade.php
resources/views/components/layouts/app.blade.php
is not taking.
I've also made an
php artisan optimize:clear
php artisan optimize:clear
but it's not working. Did i do something wrong ?
When i'm search the default layout it seems to base.blade.php in
vendor/filament/filament/resources/views/components/layout/base.blade.php
vendor/filament/filament/resources/views/components/layout/base.blade.php


I've also upgrade filament before create this topic.
Thanks
Installation - Table Builder - Filament
Solution
create a custom theme
Themes - Panel Builder - Filament
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
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Vite error
FilamentFFilament / ❓┊help
2y ago
Cryptic Vite Errors
FilamentFFilament / ❓┊help
16mo ago
TextEntry default configuration
FilamentFFilament / ❓┊help
4mo ago
Minimal Theme vite error
FilamentFFilament / ❓┊help
7mo ago