Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/three.js/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Laravel 5.3 laravel 5.4辅助功能资产_Laravel 5.3 - Fatal编程技术网

Laravel 5.3 laravel 5.4辅助功能资产

Laravel 5.3 laravel 5.4辅助功能资产,laravel-5.3,Laravel 5.3,下面的代码给出了b7233f5d5bc1ea1ea4b2b6e36abbbf198d2e611f.php中的错误FatalErrorException 语法错误,意外的“{” <a class="booking-item-review-person-avatar round" href="#"> <img src="asset('{{$trip->image}}')" alt="Image Alternative text" title="Afro" style="max

下面的代码给出了b7233f5d5bc1ea1ea4b2b6e36abbbf198d2e611f.php中的错误FatalErrorException 语法错误,意外的“{”

<a class="booking-item-review-person-avatar round" href="#">
<img src="asset('{{$trip->image}}')" alt="Image Alternative text" title="Afro" style="max-width: 120px;height:120px"/>
</a>

试试这个

<img src="{{asset($trip->image)}}" alt="Image Alternative text" title="Afro" style="max-width: 120px;height:120px"/> 
image)}“alt=“image Alternative text”title=“Afro”style=“最大宽度:120px;高度:120px“/>

您能提供完整的代码吗?在动态数据的情况下,如何使用资产助手功能