I have a set of currently working routes on Laravel. I want to make RESTFUL API for scaling for android front end. How do I convert my existing web.php into api.php?
As a example what are the routes should be be there in api.php for laravel default AUTH.
I just want to call my existing routes by POSTMAN
Pasindu Mihirantha
@Pasindu Mihirantha
Best posts made by Pasindu Mihirantha
-
Laravel API help
Latest posts made by Pasindu Mihirantha
-
Laravel API help
I have a set of currently working routes on Laravel. I want to make RESTFUL API for scaling for android front end. How do I convert my existing web.php into api.php?
As a example what are the routes should be be there in api.php for laravel default AUTH.
I just want to call my existing routes by POSTMAN