Looking to hire Laravel developers? Try LaraJobs

laravel-git-deploy maintained by mylgeorge

Description
Automate Laravel deployment with Git web hooks.
Last update
2018/05/29 10:35 (dev-master)
License
Links
Downloads
33

Comments
comments powered by Disqus

Deployments Laravel projects using Git webhooks

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