Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 321 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 321 Bytes

kohana-config-file-writer

Run: git submodule add https://github.com/ppx17/kohana-config-file-writer.git modules/config-writer

Add the module to your bootstrap and add: Kohana::$config->attach(new Config_File_Writer);

Right after your Kohana::modules() call in your bootstrap.php.