在我的应用中,我使用Symfony 4,但无法加载资产! :(在我的浏览器(Chrome)中,我看不到任何图像或CSS样式。请帮忙!谢谢!:D
我的代码:
{% for class in classes %}
Name: {{ class.name }}<br>
About: {{ class.aboutInfo }}<br>
Image: <br><img src="{{ class.photolocation }}"><br>
<a href="{{ path("mm_classes_remove", {'slug': class.id}) }}" style="color:
#ff4455;">Delete</a><br><hr><br>
{% endfor %}