neonos
neonos
FFilament
Created by neonos on 2/12/2025 in #❓┊help
Custom Main Layout & Theme
Please update my profile with a filament advanced team badge thank you
109 replies
FFilament
Created by neonos on 2/12/2025 in #❓┊help
Custom Main Layout & Theme
That was it haha 🤦‍♂️
109 replies
FFilament
Created by neonos on 2/12/2025 in #❓┊help
Custom Main Layout & Theme
protected static string $layout='layouts.web';
109 replies
FFilament
Created by neonos on 2/12/2025 in #❓┊help
Custom Main Layout & Theme
All Ihad to do was add this line of code to my filament files
109 replies
FFilament
Created by neonos on 2/12/2025 in #❓┊help
Custom Main Layout & Theme
My friend I read over the code and figured it out, it had a very one line solution as I had anticipated from a experienced dev
109 replies
FFilament
Created by neonos on 2/12/2025 in #❓┊help
Custom Main Layout & Theme
What exactly do you do at filament?
109 replies
FFilament
Created by neonos on 2/12/2025 in #❓┊help
Custom Main Layout & Theme
to not be confusing
109 replies
FFilament
Created by neonos on 2/12/2025 in #❓┊help
Custom Main Layout & Theme
Sorry for a lot of text just figured I explain to you
109 replies
FFilament
Created by neonos on 2/12/2025 in #❓┊help
Custom Main Layout & Theme
I place to use panels for the super admin section
109 replies
FFilament
Created by neonos on 2/12/2025 in #❓┊help
Custom Main Layout & Theme
I am a big jetstream user and filament plugins really appealed to me and the panels for the admin section so I buily the whole app on this package in the last few months while ignoring the filament features until now
109 replies
FFilament
Created by neonos on 2/12/2025 in #❓┊help
Custom Main Layout & Theme
Otherwise you are right. You solved my other problem but I realized why I had filament in the first place and in was using panels
109 replies
FFilament
Created by neonos on 2/12/2025 in #❓┊help
Custom Main Layout & Theme
I am close to the end all my custom pages are done so I am looping back around to the base auth pages and they all use panels
109 replies
FFilament
Created by neonos on 2/12/2025 in #❓┊help
Custom Main Layout & Theme
I was hoping I could just change them and not have to code all those pages manually
109 replies
FFilament
Created by neonos on 2/12/2025 in #❓┊help
Custom Main Layout & Theme
So my built in pages uses that layout
109 replies
FFilament
Created by neonos on 2/12/2025 in #❓┊help
Custom Main Layout & Theme
In my case I built my whole app on someones package stephenjude/filament-jetstream:
109 replies
FFilament
Created by neonos on 2/12/2025 in #❓┊help
Custom Main Layout & Theme
or just have a vendor:publish feature for panel resources. Maybe something to consider down the road
109 replies
FFilament
Created by neonos on 2/12/2025 in #❓┊help
Custom Main Layout & Theme
if I could have override the value of getLayout() it would do what I needed
109 replies
FFilament
Created by neonos on 2/12/2025 in #❓┊help
Custom Main Layout & Theme
->layout($this->getLayout())
109 replies
FFilament
Created by neonos on 2/12/2025 in #❓┊help
Custom Main Layout & Theme
function render
109 replies