We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05dbd67 commit bc7ccc5Copy full SHA for bc7ccc5
README.md
@@ -12,10 +12,21 @@ How to... ?
12
13
**Installation**
14
15
+If you want the latest version of the plugin (currently **Boostrap 3**):
16
```
17
composer require holt59/cakephp3-bootstrap-helpers:dev-master
18
19
20
+If you want the latest **Bootstrap 3** version of the plugin:
21
+```
22
+composer require holt59/cakephp3-bootstrap-helpers:3.*
23
24
+
25
+If you want to test the **Bootstrap 4** version of the plugin (alpha):
26
27
+composer require holt59/cakephp3-bootstrap-helpers:bootstrap4-alpha
28
29
30
**Documentation**
31
32
The full plugin documentation is available at https://holt59.github.io/cakephp3-bootstrap-helpers/.
0 commit comments