ask
hello @evryone i've been start my projects for my user without filament, and now i try using filament to admin role, how should i configure it
5 Replies
i have read this dosens of Times and already implemented it
What is the issue then?
i still don't understand how filament routes work, and where i should put my old web.php route and controller to make filament can read it
i try to make request from my Blade page, i expected that it would be appear in filament admin dashboard but it dont
Filament uses Livewire, so controllers aren’t needed. When you create your panel, you’ll need to develop or generate your Filament resources, pages, and other components following the docs
Pages are Livewire components