Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
maiconpinto committed May 10, 2016
1 parent 8f46aec commit d8f526e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

## Instalação

Você pode instalar usando [composer](http://getcomposer.org) através do comando a seguir.
Você pode instalar usando [composer](http://getcomposer.org).

composer require maiconpinto/cakephp-adminlte-theme
composer require maiconpinto/cakephp-adminlte-theme

Certifique-se de carregar o plugin em **config/bootstrap.php**.
### Ativar Plugin

Plugin::load('AdminLTE');
```php
// config/bootstrap.php

Plugin::load('AdminLTE');
```

### Ativar theme

Expand Down

0 comments on commit d8f526e

Please sign in to comment.