Laravel command to deploy your code using a pull origin strategy
- You can install the package via composer:
composer require oeleco/pull-deployIn earlier versions of Laravel 5.5 , add the following to the providers array in config/app.php
oeleco\PullDeploy\PullDeployServiceProvider::class- Publish the configuration file:
php artisan vendor:publish --provider="oeleco\PullDeploy\PullDeployServiceProvider"php artisan pull:deploycomposer testPlease see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please tweet me @oele_co instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.