Scroll to top
Background 1

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 Us

About 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
❌ SSH login failed

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.

“Please close the channel (1) before trying to open it again.”

Only one SSH channel at a time is allowed.
• Call $ssh->disconnect() before opening SFTP or a new SSH2 instance.

autoload.php missing

Your vendor/autoload.php isn’t there.
• Run composer install on the server.
• Ensure PHP & git are installed.

.env invalid or missing

• Confirm .env exists and is readable by www-data.
• No stray whitespace in your stub; wrap multi‑word values in quotes.

Access denied for user “laravel_user”

• Double‑check MySQL grants.
• Test: mysql -u laravel_user -p then SHOW DATABASES;.

404 after deployment

• Ensure vhost is enabled:
sudo a2ensite your-app.conf && sudo systemctl reload apache2.
• Confirm ServerName matches your domain.

SSL errors

• Install Certbot: sudo apt install certbot python3-certbot-apache.
• Verify DNS A/AAAA records point to your server.