CI tooling
Tooling that keeps a Laravel pipeline honest: catching config drift before deploy, and deploying safely to shared hosting.
- 1 Your .env files are lying to you Environment files drift out of sync silently. envaudit catches what you miss. May 6, 2026 · Open Source · 3 min read
- 2 Deploying Laravel to Netsons with GitHub Actions I built a Laravel package to deploy to Netsons shared hosting via GitHub Actions, supporting both FTP and git clone strategies. May 13, 2026 · Laravel · 4 min read