for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Reallyli\LaravelDeployer\Commands;
class DeployHosts extends BaseCommand
{
protected $signature = 'deploy:hosts {stage? : Stage or hostname}';
protected $description = 'Print all hosts';
public function handle()
$this->dep('config:hosts');
}