2017 © Pedro Peláez
 

library laravel-deployman

Deploy your Laravel applications via Github or Bitbucket Hooks

image

hcomg/laravel-deployman

Deploy your Laravel applications via Github or Bitbucket Hooks

  • Saturday, May 20, 2017
  • by hcomg
  • Repository
  • 1 Watchers
  • 2 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel Deployman

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Deploy your Laravel applications via Github or Bitbucket Hooks, (*2)

Features

1. Auto pull to server when new commit has been to pushed
2. [Composer install] if have new package in composer.json file
3. [Yarn install] if have new package in package.json file
4. ...

Requirements

Laravel >=5.0
PHP >= 5.5.9

Installation

Open your terminal(CLI), go to the root directory of your Laravel project, then follow the following procedure. 1. Install Through Composer bash composer require hcomg/laravel-deployman, (*3)

  1. Add the Service Provider to config/app.php, (*4)

    'providers' => [
        ...
       Deployman\DeploymanServiceProvider::class,
    ],
    
  2. Publish the config file bash php artisan deployman:publish To force publishing bash php artisan deployman:publish --force

The Versions

20/05 2017

dev-master

9999999-dev

Deploy your Laravel applications via Github or Bitbucket Hooks

  Sources   Download

MIT

The Requires

 

by Avatar hcomg

20/05 2017

dev-develop

dev-develop

Deploy your Laravel applications via Github or Bitbucket Hooks

  Sources   Download

MIT

The Requires

 

by Avatar hcomg