Laravel 5.4 Storage link

后端 未结 6 1632
温柔的废话
温柔的废话 2020-12-19 13:37

i would like to show a picture in html file i go to the link folder public/storage/image is empty but in the storage/image i find the file and its also saved in th

6条回答
  •  伪装坚强ぢ
    2020-12-19 14:09

    Go to public directory and run:

    rm storage
    

    Then go to project root and run:

    php artisan storage:link
    

提交回复
热议问题