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 ...
sethphat.dev3 min read