You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Plus I tend to use [Twitter Bootstrap](http://getbootstrap.com/) to make my admi
14
14
leverage that front-end framework.
15
15
16
16
## Installation
17
-
You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).
17
+
You should install this plugin into your CakePHP application using [composer](http://getcomposer.org).
18
18
19
19
The recommended way to install composer packages is using,
20
20
@@ -41,7 +41,8 @@ In your admin layout, you'll need to include the theme and javascript.
41
41
```
42
42
43
43
## Optional extras
44
-
If you want to use Twitter Bootstrap for all your forms also you can install the [friendsofcake/bootstrap-UI](https://github.com/friendsofcake/bootstrap-ui).
44
+
If you want to use Twitter Bootstrap for all your forms be sure to enable [friendsofcake/bootstrap-UI](https://github.com/friendsofcake/bootstrap-ui)
45
+
in your application and loading the helpers in your `src/View/AppView.php`. [Find out more about installing bootstrap-ui in their readme](https://github.com/friendsofcake/bootstrap-ui).
45
46
46
47
This can be easily coupled with the [friendsofcake/crud plugin](https://github.com/friendsofcake/crud) to pretty much make
0 commit comments