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 5530d72 commit fccce3aCopy full SHA for fccce3a
src/LogViewerServiceProvider.php
@@ -24,6 +24,7 @@ public function register()
24
$this->app['config']['filesystems.disks.log-viewer-local'] = [
25
'driver' => 'local',
26
'root' => str_replace('\\', '/', storage_path('logs')),
27
+ 'directory_separator' => '/'
28
];
29
30
$this->app->bind('log-viewer', LogViewerService::class);
0 commit comments