how to store upload files in public folder in laravel 8 – CPanel
my hosting provider has disabled the symlink() function for security reasons, the Laravel default path to uploading files is in the storage folder, so I need to change the upload path from storage directory to public directory in my Cpanel…