B
B
Bionis2021-06-11 14:11:37
OctoberCMS
Bionis, 2021-06-11 14:11:37

How to display a photo on a site from a database (October CMS)?

I checked everything, the path is correct, the files are in the folder, but the image does not appear, an error 404 writes. And I use Laragon on the local server, maybe something is wrong with it, then tell me what the name of the parameter is, which is responsible for outputting content from the server.
60c344b58207e699787003.png
60c344cb5ea27647599485.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladislav Lyskov, 2021-06-11
@Vlatqa

your images should be in public, and not here where they are for you, and they are displayed like this

<img src="{{asset('images/product/' . $product->image)}}">

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question