neonos
neonos
FFilament
Created by neonos on 3/18/2025 in #❓┊help
Upgrade to latest Filament and Latest tailwind 4, now in filament admin Vite error:
Unable to locate file in Vite manifest: resources/css/filament/admin/theme.css. Does filament have its own manifest file? I did have that theme.css file but still get error and regular laravel vite manifest has no reference to this file.
10 replies
FFilament
Created by neonos on 2/12/2025 in #❓┊help
Custom Main Layout & Theme
I am using flux and have already created a layout. In general I am big on the design of the main template and like to create my own global layout like the app.blade.php. How can I make filament use my own layout or edit filaments. I am not finding what I am looking for in documentation. It only mentions editing themes, colors, etc or adding custom components. I want to build the whole thing from scratch or make it load empty except the main content ... UPDATE: I got my answer by reading the code while I was told it can't be done, just have to add the one line in panel pages: protected static string $layout='layouts.web';
109 replies