Starting over

Hi, I have tried a number of things to get the initial panels going but continue to get an error "Filament panels is not yet installed" (despite having just done it) I have a feeling I have missed a step somewhere and want to start over. Whats the best way to remove filament from a fresh install of laravel 11?
4 Replies
toeknee
toeknee2mo ago
Just follow the install steps...
sixstringsteve.
sixstringsteve.2mo ago
thanks, I mean to uninstall what is there now? to follow the install steps again. Noticed there isnt a filament:remove or anything i could find
toeknee
toeknee2mo ago
You would just run a composer remove.... but it's pointless to do that since we can't modify your files. If you want a fresh start at the end of the install steps and reverse
sixstringsteve.
sixstringsteve.2mo ago
thank you @toeknee Ill remove the files and composer remove. Appreciate the help