hcomg/laravel-deployman

Deploy your Laravel applications via Github or Bitbucket Hooks
9 2
Install
composer require hcomg/laravel-deployman
PHP:>=5.5.9
License:MIT
Last Updated:May 20, 2017
Links: GitHub  ·  Packagist
Maintainer: hcomg

Laravel Deployman

Latest Stable Version Total Downloads Latest Unstable Version License

Deploy your Laravel applications via Github or Bitbucket Hooks

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

    composer require hcomg/laravel-deployman
    
  2. Add the Service Provider to config/app.php

    'providers' => [
        ...
       Deployman\DeploymanServiceProvider::class,
    ],
    
  3. Publish the config file

    php artisan deployman:publish
    

    To force publishing

    php artisan deployman:publish --force
    

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

628,058,007 9,707
laravel/framework

The Laravel Framework.

576,155,700 34,907
laravel/tinker

Powerful REPL for the Laravel framework.

485,678,092 7,440