My resourses / views / img / image is stored in cube.png. It is necessary that the resourses / views / home.blade.png view be able to display it. does not work.
Images should be stored in public/images , then you can extract the path to it in the template like this {{asset('images/cube.png')}}
public/images
{{asset('images/cube.png')}}
Source: https://ru.stackoverflow.com/questions/535323/More articles:How to move data from one table to another?Set the subitem with a fixed position to 100% width inside the parent blockCreating a database and table in MySQLIs it possible to persist a future ID when creating an Entity?Image overlay on layerError starting local server on Clojure in IntellijIDEAGrouping / structuring resource files in Android StudioHow to make a fixed block “untouchable” for other blocks?Influxdb module does not loadHyperlink to drop down listAll Articles