Skip to content

Commit

Permalink
Add info about installing cakehp/cache package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Mar 30, 2016
1 parent 9faa680 commit 87c13db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ORM/README.md
Expand Up @@ -28,7 +28,8 @@ ConnectionManager::config('default', [
'driver' => 'Cake\Database\Driver\Mysql',
'database' => 'test',
'username' => 'root',
'password' => 'secret'
'password' => 'secret',
'cacheMetaData' => false // If set to `true` you need to install the optional "cakephp/cache" package.
]);
```

Expand Down

0 comments on commit 87c13db

Please sign in to comment.