library deploy
deploy a laravel 5.2+ app through git hooks
pauldominik/deploy
deploy a laravel 5.2+ app through git hooks
- Thursday, April 21, 2016
- by pauldominik
- Repository
- 1 Watchers
- 0 Stars
- 11 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
pauldominik/deploy
A Laravel 5 package for deploying projects through git hooks, (*1)
Installation
- add pauldominik/deploy in your main composer reqs
- in config('app.providers'), append 'Pauldominik\Deploy\DeployServiceProvider::class'
- in config('app.aliases'), append 'Deploy' => Pauldominik\Deploy\DeployFacade::class
- publish config and views: $ php artisan vendor:publish
- env globals available: DEPLOY_ROUTE and DEPLOY_TOKEN
dev-master
9999999-dev
deploy a laravel 5.2+ app through git hooks
Sources
Download
MIT
The Requires
by
Paul Dominik