Laravel Blade html image

后端 未结 8 1455
旧巷少年郎
旧巷少年郎 2020-12-18 18:33

My image file path is public/img/logo.png and
my app.blade.php file path is resources/views/app.blade.php

Inside of my app.blade.php fi

8条回答
  •  無奈伤痛
    2020-12-18 19:19

    In Laravel 5.x you can use laravelcollective/html and the syntax:

    {!! Html::image('img/logo.png') !!}
    

提交回复
热议问题