a poorly drawn pomander...

Pomander

All Pomander settings are exposed through the $env object.


$env->url('http://ripeworks.com');
$env->url // http://ripeworks.com

$env->super_secret_setting(true);
$env->super_secret_setting // true
	

You can set and retrieve any known option or even define your own.

Deploy Settings

SSH Settings

Database Settings

Advanced Settings

If there are any settings in need that are preventing you from using Pomander, please submit an Issue.