Directory Permissions
/home/unickthe/public_html/storage
/home/unickthe/public_html/bootstrap/cache
/home/unickthe/public_html/.env
Fix Permissions (if needed)
If any directories are not writable, run these commands on your server:
chmod -R 775 storage
chmod -R 775 bootstrap/cache
chown -R www-data:www-data storage
chown -R www-data:www-data bootstrap/cache
www-data
with your web server user if different.