Directory Permissions
Storage
/home/unickthe/public_html/storage
WRITABLE
Bootstrap Cache
/home/unickthe/public_html/bootstrap/cache
WRITABLE
Env File
/home/unickthe/public_html/.env
WRITABLE
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
Replace www-data with your web server user if different.
Perfect! All directories have proper write permissions.