neonos
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