for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Config file for api.
*/
return [
"services" => [
"darksky" => [
"shared" => true,
"callback" => function () {
// Load the configuration files
$cfg = $this->get("configuration");
$this
$config = $cfg->load("darksky.php");
return $config;
}
],
"mapquest" => [
$config = $cfg->load("mapquest.php");
"ipstack" => [
$config = $cfg->load("ipstack.php");
]
];