create .htaccess at root folder
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
ensure that your .env contains:
FILESYSTEM_DISK=public
open Cron Jobs menu then add new command:
ln -s /home/your-username/public_html/storage/app/public /home/your-username/public_html/public/storage
confirm the symlink exists then delete the job.