spescina/webfaction-commands

Some artisan commands for the deployment on WebFaction servers
37
Install
composer require spescina/webfaction-commands
Latest Version:1.0.3
PHP:>=5.4.0
License:MIT
Last Updated:Sep 17, 2014
Links: GitHub  ·  Packagist
Maintainer: simonpex

WebfactionCommands

Some artisan commands for the deployment on WebFaction servers.

Install && Usage

Add in composer.json

"require": {
    "spescina/webfaction-commands": "1.0.*"
}

Run composer update

Add the service provider in the app/config/app.php file

"Spescina\WebfactionCommands\WebfactionCommandsServiceProvider"

Publish the package config running php artisan config:publish spescina/webfaction-commands.

Setup your environments and a Webfaction remote connection.

php artisan wf:install and php artisan wf:update will be added to your artisan commands.

Related Packages

valorin/deploy

Deploy is an Artisan command with the aim to provide a very simple way to deploy...

619 8
kevinsimard/laravel-deploy

Deploy Laravel application through SSH

13 1
mekramy/publisher

command line tools for publishing your laravel application

51 1
infusionweb/laravel-remote-content-cache

Provides a Laravel 5 caching framework for content retrieved from remote server(...

13,749 0
laraedit/mozart

Laravel Deployment Composer

8 0