For an image to be viewable in the browser, it needs to be public at some level. If you don't want to put your image in the public folder, you can have a route that returns a response with the image and content-type set to the image type.
I would not put them in the views folder however. You can create a separate folder for your images or create a project folder and put all your project specific files there.
Ok thanks enkay, i will try it and comment here.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community