I hope this finds everybody well,
I am relatively new in the laravel community and for the past couple of months I have been building my final year computing project using laravel and so far it's been great ! Looking back, it is amazing what a journey has been and how many things I have learned from day 0 until now. Needless to say that a big part of this success has been thanks to the amazing tutorials on Laracasts and this community forum that has helped me with its vast discussion on common issues, but also on some more specific to my needs.
Back to the "Advice"... I have been researching different approaches on making my API available to mobile clients. Now I am not an expert, but I think so far, all the tutorials and threads I have found refer on using laravel in order to expose your API to third part applications.
My goal is to simply have two mobile applications and essentially "consume"my own api, given that the mobile client has authenticated via his username & passport, same thing that happens on the website.
I know many people would say, well that they could open the website on the browser and do their thing instead of having the website in an app, but nonetheless, I'd like to go that way for two reasons :
-
I need to implement this as part of my final year project.
-
It is always good to expose yourself to new things, get outside your comfort zone, learn and expand my skill set.
I hope that his sums it up, thanks for taking the time to read this and I am looking forward in suggestions on how would you go about creating this.
Thanks