Package Data | |
---|---|
Maintainer Username: | simonpex |
Maintainer Contact: | s.pescina@gmail.com (Simone Pescina) |
Package Create Date: | 2014-07-04 |
Package Last Update: | 2014-09-17 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-09 15:00:34 |
Package Statistics | |
---|---|
Total Downloads: | 36 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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.