O
O
Omniverse2017-01-06 17:32:56
Laravel
Omniverse, 2017-01-06 17:32:56

Call to undefined method League\Flysystem\Filesystem::disc?

Hello.
I want to display the path to the image, I do this:

<img src="{{ Storage::disc('local')->url($item->image) }}" alt="">

but it gives an error:
Call to undefined method League\Flysystem\Filesystem::disc (View: /.../resources/views/userpage.blade.php)
How to fix?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pianist, 2017-01-26
@kzakhariy

Try like this:

<img src="{{ Storage::disk('local')->url($item->image) }}" alt="">

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question