for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Reallyli\LaravelDeployer\Commands;
class Logs extends BaseCommand
{
protected $signature = 'logs {stage? : Stage or hostname}';
protected $description = 'Dump the remote logs of your application';
public function handle()
$this->dep('logs');
}