Enquiry: running Breeze API beneath Filament v3
Hello, is it possible to have filamentphp v3 run as an admin panel on top of a laravel breeze project? are there any down sides to that approach considering that breeze uninstalls certain features from laravel upon activation? I want it such that filament would only work as admin panel and breeze would only send out end points for post/get for the frontend (Nuxt) to consume. can I use controllers without disturbing filaments livewire
0 Replies