[{"data":1,"prerenderedAt":118},["ShallowReactive",2],{"seo-verification":3,"blog-deployer-laravel-vps-en":6},{"google":4,"bing":5},"EycwPY2XMyTkVzas3n1ygeNJFGAH513qrMjfDljzsMQ","",{"id":7,"slug":8,"title":9,"excerpt":10,"readTime":11,"views":12,"isPinned":13,"publishedAt":14,"category":15,"categories":21,"featuredImage":23,"bgImage":24,"posterImage":25,"relatedSolution":26,"intro":28,"sections":29,"ctaTitle":69,"ctaBody":70,"ctaButton":71,"ctaUrl":72,"relatedPosts":73},5,"deployer-laravel-vps","Deploying Laravel on a VPS: a production guide","Take Laravel to production on a VPS: PHP, workers, cache, database, reverse proxy and HTTPS configured cleanly.",7,2840,false,"2026-02-09T00:00:00+00:00",{"id":16,"name":17,"slug":18,"color":19,"icon":20},4,"Development","developpement","bg-warning\u002F10 text-warning","dev",[22],{"id":16,"name":17,"slug":18,"color":19,"icon":20},null,"\u002Fblog\u002Fcovers\u002Fbg.svg","\u002Fblog\u002Fcovers\u002Fdeployer-laravel-vps-poster.svg",{"categorySlug":20,"appSlug":27},"laravel-stack","Laravel demands more than basic PHP hosting as soon as queues, cache and scheduled tasks come into play. A ServOrbit VPS lets you choose the PHP version, isolate workers and drive deployment with the same rigor as on your local machine. This guide focuses on the production path: dependencies, variables, migrations, queue workers and HTTPS.",[30,34,44,63,66],{"type":31,"title":32,"body":33},"h2","Why host Laravel on a VPS?","Shared hosting imposes constraints incompatible with the real needs of a Laravel application: PHP often limited to a single version, no way to run an Artisan process in the background or to configure a real cron scheduler. On a VPS, you have a dedicated environment where every component of the stack (PHP-FPM, Nginx, MySQL or PostgreSQL, Redis) is configured precisely according to your needs, without sharing resources with other clients. It is the natural solution as soon as your project outgrows the prototype stage or you have performance, security and availability requirements.",{"type":35,"title":36,"items":37},"ul","What you can do with Laravel on a VPS",[38,39,40,41,42,43],"Run persistent queue workers (jobs, emails, notifications) with Laravel Horizon or Supervisor, with no time limit imposed by a host","Schedule recurring tasks via the Artisan scheduler (`php artisan schedule:run`) triggered by a real system cron every minute","Serve a high-availability REST or GraphQL API with controlled response times thanks to OPcache and Redis configured freely","Deploy several environments (staging, production) on a single VPS by isolating each application in its own Nginx vhost","Enable specific PHP extensions (imagick, gmp, sodium…) or switch PHP version (8.1, 8.2, 8.3) without depending on customer support","Integrate modern DevOps tools like Envoyer, Deployer or GitHub Actions directly from your CI\u002FCD pipeline",{"type":45,"title":46,"steps":47},"steps","Install Laravel on your ServOrbit VPS",[48,51,54,57,60],{"title":49,"body":50},"Order a ServOrbit Cloud VPS","Go to the \u002Fvps-cloud page and choose the plan suited to your project — for a standard Laravel application, an instance with 2 vCPU and 2 GB of RAM is a good starting point. Select Ubuntu 22.04 LTS as the operating system and confirm your order. Your VPS is provisioned in under two minutes.",{"title":52,"body":53},"Access the Marketplace from the client area","Log in to your ServOrbit client area, then navigate to the \"VPS\" section and click your instance. In the management panel, click the \"Marketplace\" tab to access the library of ready-to-use applications.",{"title":55,"body":56},"Select Laravel and start the installation","In the Marketplace, search for \"Laravel\" and click the application card. The installer automatically deploys the full stack: Nginx as the web server, PHP-FPM (8.2 by default), MySQL 8.0 and Composer. Click \"Install\" and wait two to three minutes while the script configures the entire environment.",{"title":58,"body":59},"Retrieve the credentials and access your application","Once the installation is complete, the client area displays a summary containing your VPS IP address, the generated MySQL credentials (database, user and password), as well as the application's root path (\u002Fvar\u002Fwww\u002Flaravel\u002Fpublic). Your application is accessible via http:\u002F\u002F\u003CIP-du-VPS> on port 80. Connect via SSH with `ssh root@\u003CIP>` to perform the initial configuration: edit the .env file, run `php artisan key:generate` if it is not already done, and run the migrations with `php artisan migrate`.",{"title":61,"body":62},"Point your domain and enable HTTPS","In your DNS manager, create an A record pointing your domain to the VPS IP. Then, from the VPS via SSH, install Certbot and obtain a free Let's Encrypt certificate with the command `certbot --nginx -d mydomain.com`. Nginx is automatically reconfigured to redirect all HTTP traffic to HTTPS, and your Laravel application is now securely accessible on your custom domain.",{"type":64,"body":65},"tip","Before going to production, set `APP_ENV=production` and `APP_DEBUG=false` in your `.env` file — leaving debug mode on exposes your application's structure and sensitive environment variables in the error messages shown to visitors. Also enable configuration and route caching with `php artisan config:cache && php artisan route:cache` to gain up to 30% in performance on response times.",{"type":64,"title":67,"body":68},"The official documentation","For advanced configuration, tool-specific options and version changes, refer to the \u003Ca href=\"https:\u002F\u002Flaravel.com\u002Fdocs\" target=\"_blank\" rel=\"noopener noreferrer\">official Laravel documentation\u003C\u002Fa>. This guide covers going live on a ServOrbit VPS; the vendor documentation remains the reference for fine-tuning.","Deploy Laravel in minutes on a ServOrbit Cloud VPS","Order your Cloud VPS right now and launch your Laravel application in production in under five minutes thanks to the ServOrbit Marketplace.","Launch my Cloud VPS","\u002Fvps-cloud",[74,92,105],{"id":75,"slug":76,"title":77,"excerpt":78,"readTime":79,"views":80,"isPinned":13,"publishedAt":81,"category":82,"categories":87,"featuredImage":23,"bgImage":24,"posterImage":89,"relatedSolution":90},41,"deployer-avec-coolify","Deploy Your Applications with Coolify on a VPS","Deploy your applications with Coolify on a VPS: a self-hosted open source PaaS in the style of Heroku, with Git, Docker, and automatic SSL.",8,1640,"2026-05-10T00:00:00+00:00",{"id":83,"name":84,"slug":85,"color":86,"icon":85},3,"Deployment","deploiement","bg-success\u002F10 text-success",[88],{"id":83,"name":84,"slug":85,"color":86,"icon":85},"\u002Fblog\u002Fcovers\u002Fdeployer-avec-coolify-poster.svg",{"categorySlug":85,"appSlug":91},"coolify",{"id":93,"slug":94,"title":95,"excerpt":96,"readTime":11,"views":97,"isPinned":13,"publishedAt":98,"category":99,"categories":100,"featuredImage":23,"bgImage":24,"posterImage":102,"relatedSolution":103},39,"deployer-avec-caddy","Deploy your applications with Caddy on a VPS","Deploy Caddy on your VPS: web server and reverse proxy with automatic HTTPS. A Caddyfile of a few lines is enough to go into production.",443,"2026-05-12T00:00:00+00:00",{"id":83,"name":84,"slug":85,"color":86,"icon":85},[101],{"id":83,"name":84,"slug":85,"color":86,"icon":85},"\u002Fblog\u002Fcovers\u002Fdeployer-avec-caddy-poster.svg",{"categorySlug":85,"appSlug":104},"caddy",{"id":106,"slug":107,"title":108,"excerpt":109,"readTime":79,"views":110,"isPinned":13,"publishedAt":111,"category":112,"categories":113,"featuredImage":23,"bgImage":24,"posterImage":115,"relatedSolution":116},43,"deployer-nodejs-vps","Deploy a Node.js Application on a VPS","Deploy a Node.js application to production on a VPS: PM2, Nginx reverse proxy, Let's Encrypt SSL, and automatic startup at boot.",591,"2026-05-08T00:00:00+00:00",{"id":16,"name":17,"slug":18,"color":19,"icon":20},[114],{"id":16,"name":17,"slug":18,"color":19,"icon":20},"\u002Fblog\u002Fcovers\u002Fdeployer-nodejs-vps-poster.svg",{"categorySlug":18,"appSlug":117},"nodejs",1785628429906]