Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ppx17/kohana-config-file-writer
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels committed Nov 12, 2013
2 parents dad6e3f + d2a6222 commit 86791e9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
kohana-config-file-writer
=========================

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.

0 comments on commit 86791e9

Please sign in to comment.