How to get image from resources in Laravel?

后端 未结 3 2071
醉话见心
醉话见心 2021-02-19 04:36

I upload all user files to directory:

/resources/app/uploads/

I try to get image by full path:

http://localhost/resources/app/u         


        
3条回答
  •  无人及你
    2021-02-19 05:11

    You may try this on your blade file. The images folder is located at the public folder

    
    

    For later versions of Laravel (5.7 above):

    
    

提交回复
热议问题