Support Team
We’d love to hear from you! Whether you’re interested in our cloud solutions, need technical support, or want to explore a partnership, our team is ready to assist you.
Contact UsAbout Laravel‑Easy Deploy
Laravel‑Easy Deploy is your all‑in‑one Laravel app manager— push code, provision databases, configure SSL, and run commands, all in one place.
- 🚀 GitHub → any server
- 🔐 One‑click SSL
- 🐘 Auto MySQL setup
- 🔧 SSH commands
- 📦 Composer, Redis, Queues
- 🌐 Apache vhosts
- 🛠️ Smart .env injection
DevNest couldn’t connect to your server as azureuser
.
• Verify server IP/hostname.
• Check your PEM key and permissions (chmod 600).
• Test manually: ssh -i key.pem azureuser@your-server-ip
.
Only one SSH channel at a time is allowed.
• Call $ssh->disconnect()
before opening SFTP or a new SSH2 instance.
Your vendor/autoload.php
isn’t there.
• Run composer install
on the server.
• Ensure PHP & git are installed.
• Confirm .env
exists and is readable by www-data
.
• No stray whitespace in your stub; wrap multi‑word values in quotes.
• Double‑check MySQL grants.
• Test: mysql -u laravel_user -p
then SHOW DATABASES;
.
• Ensure vhost is enabled:
sudo a2ensite your-app.conf && sudo systemctl reload apache2
.
• Confirm ServerName
matches your domain.
• Install Certbot: sudo apt install certbot python3-certbot-apache
.
• Verify DNS A/AAAA records point to your server.