0
我使用Laravel 5.1,邏輯是:用戶上傳圖像。它不在公共目錄中,而在存儲目錄中(因爲我讀取了存儲目錄是私有的)。我想把圖像的路徑放在src =「」屬性中,但沒有找到圖像。我試過了:使用Laravel刀片找不到圖像
<img class="getImage" src="http://localhost/bluedrive/drive/storage/uploads/1/DSC_8816.jpg">
<img class="getImage" src="C:\xampp\htdocs\bluedrive\drive\storage\uploads\1\DSC_8816.jpg">
但沒有成功...爲什麼沒有找到圖片?
那麼...我也把公共目錄中的相同圖像,並寫道:src =「http://localhost/bluedrive/drive/public/uploads/1/DSC_8816.jpg」>但它也是不可見 – Alex
刪除'/ public'並嘗試像'localhost/bluedrive/drive/uploads/1/...',這可能會幫助你http://stackoverflow.com/questions/28214499/laravel-5-not-finding- css-files/28214659#28214659 –
@Alex它應該是'http:// localhost/bluedrive ...'而不是'localhost/bluedrive ...' –