Laravel 5 - How to access image uploaded in storage within View?

前端 未结 12 2586
悲哀的现实
悲哀的现实 2020-11-22 14:05

I have got user\'s avatars uploaded in Laravel storage. How can I access them and render them in a view?

The server is pointing all requests to /public,

12条回答
  •  逝去的感伤
    2020-11-22 14:21

    If you are on windows you can run this command on cmd:

    mklink /j /path/to/laravel/public/avatars /path/to/laravel/storage/avatars 
    

    from: http://www.sevenforums.com/tutorials/278262-mklink-create-use-links-windows.html

提交回复
热议问题