Symfony2 Path to image in twig template

前端 未结 3 708
长情又很酷
长情又很酷 2021-01-03 20:40

I store img in Acme/DemoBundle/Resources/public/img/weather_icon/blizzard.gif I want to put this img in my template so I did



        
3条回答
  •  暖寄归人
    2021-01-03 20:43

    Please try this

    
    

    You should istall your assets into web directory with the command

    app/console assets:install web
    

提交回复
热议问题