mylgeorge / laravel-git-deploy
Automate Laravel deployment with Git web hooks.
0.0.1
2018-05-29 08:35 UTC
Requires
- php: >=7.1.3
- laravel/framework: 5.6.*
- symfony/process: ^4.0
This package is not auto-updated.
Last update: 2025-03-02 07:32:27 UTC
README
Refactored code of 'orphans/git-deploy-laravel' and use of symfony/process
Installation
composer require mylgeorge/git-deploy-laravel
Publish the config
php artisan vendor:publish --provider="Mylgeorge\Deploy\Providers\GitServiceProvider" --tag="config"
Future Plans
- fire events
- send email
- support for post pull process