Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cagri committed May 12, 2017
1 parent ea03924 commit 8822351
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Another Dummy Cache driver, which can log every call made to the driver if enabl
## Installation
Via Composer
```sh
$ composer require topcu/dumber`
$ composer require topcu/dumber
```

Add the service provider to the providers array in `config/app.php`.
Expand Down Expand Up @@ -53,3 +53,4 @@ If you wish to enable logging, you need do publish package config file and set `
];
```

You can also enable/disable logging on-the-fly with `$cache->enableLog()` and `$cache->disableLog()`

0 comments on commit 8822351

Please sign in to comment.