spescina / webfaction-commands
Some artisan commands for the deployment on WebFaction servers
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/spescina/webfaction-commands
Requires
- php: >=5.4.0
- illuminate/support: 4.x
This package is not auto-updated.
Last update: 2025-10-07 07:27:32 UTC
README
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.