mylgeorge/laravel-git-deploy

Automate Laravel deployment with Git web hooks.

0.0.1 2018-05-29 08:35 UTC

This package is not auto-updated.

Last update: 2024-05-26 03:01:30 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