View gist:95f0b58cec26757f31751dd7a96ce0de
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> default: Importing base box 'debian/jessie64'... | |
==> default: Matching MAC address for NAT networking... | |
==> default: Checking if box 'debian/jessie64' is up to date... | |
==> default: Setting the name of the VM: mybox_default_1463619057832_1459 | |
==> default: Clearing any previously set network interfaces... | |
==> default: Preparing network interfaces based on configuration... | |
default: Adapter 1: nat | |
default: Adapter 2: hostonly | |
==> default: Forwarding ports... | |
default: 80 (guest) => 8000 (host) (adapter 1) |
View gist:c86795383f2d20955fc5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public function initialize( array $config ) | |
{ | |
$this->services = Arr::get( $config, 'services' ); | |
} |