I am working on a project in which I have to provide services to a mobile app. Services like sign up, login etc.
I was studying Laravel 5.3 routes. There are two main types of routes: web routes and API routes. I read about these but I am still confused about my situation.
I am new to Laravel so my question is which facility is better in my situation.
And any advice on providing services for mobile app will be helpful.