Skip to content

Instantly share code, notes, and snippets.

@FelipeBarrosCruz
Created November 23, 2017 11:57
Show Gist options
  • Save FelipeBarrosCruz/fde319f92deab4804ca79dadda3b7e20 to your computer and use it in GitHub Desktop.
Save FelipeBarrosCruz/fde319f92deab4804ca79dadda3b7e20 to your computer and use it in GitHub Desktop.
<?php
return [
"database" => [
"host" => "localhost"
]
];
<?php
$config = include_once('config.php');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment