Skip to content

Commit

Permalink
Added version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfranzoia committed Jul 4, 2014
1 parent c1bd625 commit 08b2b3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Feel free to make any code/docs contributions or post any issues.

1. Install with composer by running `composer require codaxis/cakephp-bootstrap3-helpers:1.1` or clone/copy files into `app/Plugin/Bs3Helpers`

2. Include the plugin in your bootstrap.php with `CakePlugin::load('Bs3Helpers')` or `CakePlugin::load('Bs3Helpers', array('bootstrap' => true))` to load common Bootstrap form styles included.
2. Include the plugin in your bootstrap.php with `CakePlugin::load('Bs3Helpers')` or `CakePlugin::load('Bs3Helpers', array('bootstrap' => true))` to load included default Bootstrap form styles.

3. Load helper in your ```AppController```. Use classname option if you want to keep your helper alias as Form.

Expand Down Expand Up @@ -93,7 +93,6 @@ Configure::write('Bs3.Form.styles', array(
));
```


## Html helper usage options

TODO
Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.1

0 comments on commit 08b2b3c

Please sign in to comment.