Some artisan commands for the deployment on WebFaction servers
spescina/webfaction-commands is a Laravel package for some artisan commands for the deployment on webfaction servers.
It currently has 0 GitHub stars and 37 downloads on Packagist (latest version 1.0.3).
Install it with composer require spescina/webfaction-commands.
Discover more Laravel packages by spescina
or browse all Laravel packages to compare alternatives.
Last updated
Some artisan commands for the deployment on WebFaction servers.
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.