If you have laravel installed correctly with correct folder structure, you should be able to use a relative url and asset helper.
<img src="<?php echo asset('assets/upload/imgdogs') . '/' . $row->dogpic; ?>" alt="">
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
hi. i use ck editor with laravel file manager for send post.. when i upload image or file , file or image url is https://aa.com/img.jpg now i want change site url to bb.com but my file is aa.com .. this is problem..
Please or to participate in this conversation.