Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Nov 24, 2016
1 parent e255cec commit 1e2c8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can use the driver by setting the connector config to Flysystem.
'path' => 'images',
'URL' => '/images',
'filesystem' => new Filesystem(new LocalAdapter('/path/to/public_html')),
'cache' => 'session' // 'session' or 'memory'. Defaults to 'session'. This option is also available for other adapters.
'cache' => 'session', // 'session', 'memory' or false
],
[
'driver' => 'Flysystem',
Expand Down

0 comments on commit 1e2c8b5

Please sign in to comment.