Battle-tested scripts, hardened configs and 3am runbooks extracted from real production infrastructure. Zero-downtime deploys, automated backups, monitoring and the rollback you'll wish you had.
One-time purchase · lifetime updates · use on unlimited servers & client projects
$ ./deploy.sh example.com /tmp/release-4f2a91c [deploy] Staging code into release 20260610213000... [deploy] Linking shared state... [deploy] Installing composer dependencies... [deploy] Running migrations... [deploy] Caching config/routes/views... [deploy] Switching live symlink (atomic)... [deploy] php-fpm reloaded. Queue workers restarted. [deploy] Smoke test OK (HTTP 200). [deploy] Deploy complete: 20260610213000 is live. ← zero requests dropped
Why this exists
Platform hosting is wonderful until the invoice scales with your traffic. The knowledge to run Laravel safely on bare servers is scattered across decade-old blog posts, half of them wrong. This kit is that knowledge, condensed and tested: the exact setup used to host multiple commercial Laravel applications in production.
Atomic release switching with shared state, opcache handling done right ($realpath_root), queue workers restarted, smoke-tested — wired to GitHub Actions so git push is your deploy button.
One idempotent script provisions PHP-FPM, nginx, MySQL/Postgres, Redis and certbot. A second locks it down: UFW, fail2ban, SSH hardening, auto security updates, least-privilege deploy user.
Nightly dumps with integrity checks, rotation and off-site sync to S3/B2/R2. The restore script takes a safety backup before restoring — so even recovery is reversible.
Health checks every 5 minutes: sites, services, disk, TLS expiry. Alerts to Slack/Discord/anywhere — fired on state change, so an outage is one ping, not 200.
systemd units with memory guard-rails so a runaway job can't take the box down. One scheduler timer covers every site on the server. No supervisor, nothing extra to install.
Step-by-step incident triage (502s, disk full, OOM, slow everything) and a rollback runbook covering the hard part nobody writes about: migrations and data.
What's inside
Everything is readable, commented and yours to modify. Nothing phones home, nothing to license per-server, nothing that rots when a vendor pivots.
Pricing
One price. No subscription, no per-server licensing, no upsell.
launch pricing
Secure checkout & instant download via Lemon Squeezy.
VAT/sales tax handled automatically. Launching this week — checkout link goes live as soon as store review completes.
FAQ
Laravel developers and small teams who want PaaS-grade deploys and reliability on their own servers — whether that's to cut hosting costs, keep client data on-prem, or simply own their stack. If you can SSH into a box, you can use this kit.
Those are excellent subscription panels — you rent the automation. This kit gives you the automation itself: readable scripts you own, audit and modify, with no monthly fee and no dependency on a third-party dashboard having a good day. It also covers what panels mostly don't: incident runbooks, restore drills, and migration-aware rollbacks.
A zip containing 8 idempotent bash scripts (provision, harden, add-site, deploy, rollback, backup, restore, healthcheck), a hardened nginx vhost + snippets, systemd units for queues and the scheduler, a GitHub Actions workflow for zero-downtime CI/CD, a production .env template, and 9 in-depth guides and runbooks.
Laravel 10/11/12, PHP 8.2+, Ubuntu 22.04/24.04, nginx, MySQL/MariaDB or PostgreSQL, Redis. Any provider — Hetzner, DigitalOcean, IONOS, OVH, AWS EC2, bare metal.
Yes. The commercial license covers unlimited servers and unlimited projects, including client work. The only thing you can't do is resell or redistribute the kit itself.
14-day money-back guarantee, no questions asked. Email fabio@pius.tech and you'll get a refund.
Yes — lifetime access to all v1.x updates through your download link. Fixes, new Ubuntu/PHP versions, and new runbooks as they're added.