I am using lumen as my api and attempting to return paginated user data with the respective user images that are uploaded to the server, but I have no idea how to implement this functionality. I am returning this data to my mobile app but I am unable to get the images.
@martinbean The last time I tried to do that, It was not successful. And it looks like you can only access the public folder in lumen and laravel through the project itself.
The last time I tried to do that, It was not successful.
Displaying an image via its URL? That’s literally how displaying any image on the web works. Each mobile OS will also have their own way of displaying an image at a given URL.
it looks like you can only access the public folder in lumen and laravel through the project itself.