PHP code example of palantirnet / the-vagrant
1. Go to this page and download the library: Download palantirnet/the-vagrant library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
palantirnet / the-vagrant example snippets
ansible.extra_vars = {
"project" => project,
"hostname" => hostname,
"extra_hostnames" => extra_hostnames,
"solr_enabled" => ansible_solr_enabled,
"https_enabled" => ansible_https_enabled,
"project_web_root" => ansible_project_web_root,
"timezone" => ansible_timezone,
"system_packages" => ansible_system_packages,
"php_ini_memory_limit" => "512M",
}