简体   繁体   中英

Laravel Voyager doesn't display uploaded images uploaded to server

Laravel Voyager doesn't display images

So in local machine everything works well, however recently i moved to hosting and i was confused that voyager doesn't display images. But Images which i added in local machine is displayed

I got it, what was the problem. So, i have used src like storage/***/ and i remembered about other way to write src as {{ asset('storage/'. $yourvariables-> table_name) }} and it fixed my problem

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM