jaguarsoft/laravel-composer
Composer 安装命令:
composer require jaguarsoft/laravel-composer
包简介
Update composer with zero downtime
关键字:
README 文档
README
This 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.
Installation
1. Composer Install
composer require jaguarsoft/laravel-composer
2. Add Service Provider in config/app.php
'providers' => [ /* * Application Service Providers... */ JaguarSoft\LaravelComposer\ServiceProvider::class, ],
3. Publish Vendor
php artisan vendor:publish
This will create a ./vendor-update/.gitignore file for the directory used to update in background.
Usage
Run artisan command
php artisan composer:update
Support
Pacakge tested on Laravel 5.2, 5.3.
For help or suggestions, mail me to laurence@jaguarsoft.pe
统计信息
- 总下载量: 628
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-06