Skip to content

Commit 44e8716

Browse files
committed
Update readme
1 parent e099030 commit 44e8716

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
You can install using [composer](http://getcomposer.org).
66

7-
composer require maiconpinto/cakephp-adminlte-theme
7+
```
8+
composer require maiconpinto/cakephp-adminlte-theme
9+
```
810

911
### Enable Plugin
1012

@@ -21,7 +23,7 @@ Plugin::load('AdminLTE', ['bootstrap' => true, 'routes' => true]);
2123

2224
public function beforeRender(Event $event)
2325
{
24-
$this->viewBuilder()->theme('AdminLTE');
26+
$this->viewBuilder()->theme('AdminLTE');
2527
}
2628
```
2729

@@ -57,6 +59,11 @@ Configure::write('Theme', [
5759
'logo' => [
5860
'mini' => '<b>A</b>LT',
5961
'large' => '<b>Admin</b>LTE'
62+
],
63+
'login' => [
64+
'show_remember' => true,
65+
'show_register' => true,
66+
'show_social' => true
6067
]
6168
]);
6269
```

0 commit comments

Comments
 (0)