Skip to content

Instantly share code, notes, and snippets.

@cebe
Created June 11, 2014 22:19
Show Gist options
  • Save cebe/b781a1670b0de44df596 to your computer and use it in GitHub Desktop.
Save cebe/b781a1670b0de44df596 to your computer and use it in GitHub Desktop.
dynamic config
<?php
$config = [];
// do fancy things here
return $config;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment