-1

i have been trying to show an image that i already stored on a folder and stored the path in the database, i need to show it on the edit page that i created using the infyom CRUD generator.

Been trying like this and even adding the img tag but it just displays the broken image

<!-- Product Image Field -->
<div class="form-group col-sm-6">
{!! Form::label('product_image', 'Imagen:') !!}
{!! Html::image('product_image') !!}
{{ HTML::image(Storage::url('product_image')) }} 
{!! Form::file('product_image') !!}
</div>
<div class="clearfix"></div>

any tips / hints or help on this is greately appreciated. thanks

4

1 回答 1

1

你好@SolarConfinement Vishal 这里来自 InfyOm,我们不支持图像现在使用 CRUD 生成器谢谢。

但是您可以获取图像路径并将其显示到刀片中。

于 2020-09-26T08:59:41.130 回答