|
9 | 9 | | Telescope Toolbar Enabled |
10 | 10 | |-------------------------------------------------------------------------- |
11 | 11 | | |
12 | | - | This options disables the toolbar. Laravel Telescope needs to be |
| 12 | + | This option disables the toolbar. Laravel Telescope needs to be |
13 | 13 | | enabled and Laravel needs to be in Debug mode. |
14 | 14 | | |
15 | 15 | */ |
|
20 | 20 | | Telescope Auto Replace Requests |
21 | 21 | |-------------------------------------------------------------------------- |
22 | 22 | | |
23 | | - | This options automatically replaces the content of the toolbar with new |
| 23 | + | This option automatically replaces the content of the toolbar with new |
24 | 24 | | (AJAX) requests. |
25 | 25 | | |
26 | 26 | */ |
|
31 | 31 | | Use Telescope Theme ('light mode') |
32 | 32 | |-------------------------------------------------------------------------- |
33 | 33 | | |
34 | | - | This option enabled/disables the Light Theme. |
| 34 | + | This option enables/disables the Light Theme. |
35 | 35 | | Laravel Telescope toolbar has two themes; Light and Dark. |
36 | | - | By default is uses dark theme. |
| 36 | + | By default it uses dark theme. |
37 | 37 | | Values be: 'auto', true, or false (default) |
38 | 38 | | |
39 | 39 | */ |
|
44 | 44 | | Open links in new tab |
45 | 45 | |-------------------------------------------------------------------------- |
46 | 46 | | |
47 | | - | This option enabled/disables opening telescope links in a new tab. |
| 47 | + | This option enables/disables opening telescope links in a new tab. |
48 | 48 | | By default, clicking on a tab will open telescope in the same tab. |
49 | 49 | | Values be: true, false |
50 | 50 | | |
|
66 | 66 | | Middleware of Toolbar |
67 | 67 | |-------------------------------------------------------------------------- |
68 | 68 | | |
69 | | - | The middleware that is used for the Telescope API routes. By default |
| 69 | + | The middleware that is used for the Telescope API routes. By default, |
70 | 70 | | it will use the Telescope middleware. |
71 | 71 | | |
72 | 72 | */ |
|
106 | 106 | |-------------------------------------------------------------------------- |
107 | 107 | | |
108 | 108 | | This options stores Redirect responses in the Session to show |
109 | | - | them in in the Requests tab on the next 'real' response. |
| 109 | + | them in the Requests tab on the next 'real' response. |
110 | 110 | | |
111 | 111 | */ |
112 | 112 | 'store_redirects' => true, |
|
116 | 116 | | Enable Dump Watcher |
117 | 117 | |-------------------------------------------------------------------------- |
118 | 118 | | |
119 | | - | This options listens for dumps always, without having the tab open. |
120 | | - | You can specify the number of seconds it listens or disable with `false` |
| 119 | + | This option listens for dumps always, without having the tab open. |
| 120 | + | You can specify the number of seconds it listens or disable with `false`. |
121 | 121 | | |
122 | 122 | */ |
123 | 123 | 'dump_watcher' => false, |
|
127 | 127 | | Collectors |
128 | 128 | |-------------------------------------------------------------------------- |
129 | 129 | | |
130 | | - | This options configures which collectors are shown |
| 130 | + | This option configures which collectors are shown. |
131 | 131 | | |
132 | 132 | */ |
133 | 133 | 'collectors' => [ |
|
0 commit comments