Skip to content

Instantly share code, notes, and snippets.

@truelinux
Created August 14, 2015 02:00
Show Gist options
  • Save truelinux/e01b16ee9a1d5a19d055 to your computer and use it in GitHub Desktop.
Save truelinux/e01b16ee9a1d5a19d055 to your computer and use it in GitHub Desktop.
if(!file_exists($this->getDataFolder() . "config.yml")) {
@mkdir($this->getDataFolder());
file_put_contents($this->getDataFolder() . "config.yml", $this->getResource("config.yml"));
}
$this->saveDefaultConfig();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment