| Recommend this page to a friend! | 
| Classes of Laurence Perales | Laravel Composer Update with Zero Downtime | README.md | Download | 
| 
 | |||||||||||||||||||||
|  Download Laravel Composer - Zero Downtime UpdateThis package provide a composer update process with zero downtime. Usually when you update composer packages, autoload is removed while the update and your laravel application is not accessible and shows an error when you navigate. Updating composer packages in background helps you to continue using your laravel application without affects to users. Installation1. Composer Install2. Add Service Provider in config/app.php3. Publish VendorThis will create a ./vendor-update/.gitignore file for the directory used to update in background. UsageRun artisan command SupportPacakge tested on Laravel 5.2, 5.3. For help or suggestions, mail me to [email protected] |