mustafa_m1672
How customer facing app is supposed to interact with Laravel app built with Filament?
I am confused because we can't simply write separate backend service, but need to use same Filament app layer for SPA/mobile app etc. that end user will use.
So unless there is a REST API exposed, I don't understand how its supposed to work.
Infact in the official demo, there is a form to create Order using admin panel only. But isn't order supposed to be created by user when it make a order from app or something?
2 replies