We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c6331 commit adc53c7Copy full SHA for adc53c7
src/config/config.php
@@ -20,9 +20,11 @@
20
| Storage settings
21
|--------------------------------------------------------------------------
22
|
23
- | DebugBar stores data for session/ajax requests in a directory.
+ | DebugBar stores data for session/ajax requests.
24
| You can disable this, so the debugbar stores data in headers/session,
25
| but this can cause problems with large data collectors.
26
+ | By default, file storage (in the storage folder) is used. Redis and PDO
27
+ | can also be used. For PDO, run the package migrations first.
28
29
*/
30
'storage' => array(
0 commit comments