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="">
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.