I'm really new to API development, but I had a lot of sites before using Laravel. (and PHP)
Now I want to create my first API that can respond to any clients, such as Android, iOS, or an application with an Angular app.
In this case, I have done a lot of research that I can do the API through laravel.
I found that there is a package called dingo / api that simplifies and provides requirements for creating flexible APIs.
And on the other hand, the latest version of Laravel (5.3) added new features that help create APIs such as Passport .
But I am confused and do not know which one is best suited.
Is using Laravel enough in this case? Or will I definitely need Dingo?
source share