Skip to content

Commit

Permalink
Adapted config to disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Jan 20, 2016
1 parent a6372b9 commit 13fe077
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -20,6 +20,7 @@ pages including routing is also available for a quick start.

- [Installation/Update](#installation-or-update)
- [Setup](#setup)
- [Admin](#admin)
- [Hints](#hints)
- [License](#license)
- [Links](#links)
Expand Down Expand Up @@ -226,7 +227,7 @@ do this in the `config/shop.php` file of your Laravel application by adding
these lines at the bottom:

```
'classes' => array(
'madmin' => array(
'cache' => array(
'manager' => array(
'name' => 'None',
Expand Down

0 comments on commit 13fe077

Please sign in to comment.