Turning resources into routes

I have previously made a fully working website which has it is own sidebars and everything is working without filament but now I got task to just merge it to filament project that uses filament sidebar but to not remake all my components into filament. So basically ignore everything filament has to offer and when I add resource like announcements instead of filling it with stuff just route to my views that have announcements
4 Replies
awcodes
awcodes3d ago
I think that would be more trouble than it’s worth, but technically you can just do them as custom pages in a panels context. But it doesn’t make sense to me to use filament and not lean into the affordances that it would give you.
Jack Badassson
Jack BadasssonOP3d ago
Yeah I was think some of things would be very to just remake because it is a lot of lists but also there are things that feel very custom maybe still possible but I was told to not convert it so I dont know for example I have list where it is multilined but only at certain entries if announcement was cancelled or only at editing phase it is 1 line but if it is sent it adds 4 lines under it with it is own functionalities but still acts as a single announcement line not sure if I can replicate that
awcodes
awcodes3d ago
Well, it’s all still just laravel and livewire so there’s nothing stopping you from being able to do it with custom views / columns etc. just have to wire it all together.

Did you find this page helpful?