How to create both Android application and website using same backend laravel backend

Viewed 23

I am developing a E-commerce website and application and i want same backend for both app and web how can i do this in laravel?

1 Answers

You do it by creating API routes and having your website & apps use them.

Related