0️⃣ Zero downtime deployment strategies for PHP apps
Hey guys, We all know that deploying your PHP application is super easy. Traditionally, we would do some something like: git pull composer install (some extra commands, e.g.: php artisan config:cache) But it comes with a risk, the deployment takes ...
Oct 21, 20233 min read284

