@priyasanka00 here is a post that I recently shared for another user here, you might find it useful as well:
https://www.nicateliyev.com/post/how-create-symbolic-link-laravel-website-cpanel
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
hi im new to laravel and cpanel please help me:
this is my controller and its working properly in localhost, but when i was upload it to cpanel others are working but not showing any images, in cpanel the laravel folder and public folder separately there:
$filename = $request->image->getClientOriginalName(); $filepath = str_replace('','/','storage/' . $filename); $request->image->storeAs('public',$filename);
@priyasanka00 here is a post that I recently shared for another user here, you might find it useful as well:
https://www.nicateliyev.com/post/how-create-symbolic-link-laravel-website-cpanel
Please or to participate in this conversation.