mustafa_m1672
How customer facing app is supposed to interact with Laravel app built with Filament?
Lets say you created admin panel using Filament. Great. How the customer facing frontend (built in React/Vue etc.) is supposed to interact with the app/database (creating orders, making payment etc.)? The actual data that admin is supposed to see.
1. Rest API? This doesn't seem feasible as Filament/Livewire is Laravel full-stack app which is server rendered.
2. Then no other option but to create Filament/Livewire/Blade views in the Filament application itself right? Then how to neatly Segregate routes/controllers/views etc.
What am I missing here? Clearly admin panel won't exist in void but nowhere I see mention of how to integrate the actual user facing app!
2 replies