Deploying Laravel without downtime is painful. 502 errors, failed migrations, manual rollback - we've all been there.
So I built phantomshift/laravel-deployer - a Blue-Green deployment package for Laravel.
Why?
- Zero Downtime: Switches between 'blue' and 'green' releases. Users see nothing.
- Auto Rollback: Deployment fails? It auto-reverts to last working version.
- Laravel Native: Works with Laravel 10, 11, 12. Uses Artisan commands.
Install
bash
composer require phantomshift/laravel-deployer
php artisan deployer:install
Top comments (0)