标签: laravel
我正在尝试显示数据库中的产品图像,但它显示空白
{{ HTML::image($product->image, $product->title, array('class'=>'feature', 'width'=>'240', 'height'=>'127')) }}