Skip to content

Instantly share code, notes, and snippets.

@huzaifa-a
Last active October 22, 2021 16:49
Show Gist options
  • Save huzaifa-a/5108c499cf6e2b8468f2a0b5473c1fa6 to your computer and use it in GitHub Desktop.
Save huzaifa-a/5108c499cf6e2b8468f2a0b5473c1fa6 to your computer and use it in GitHub Desktop.
Fix logs permission issue

add 'permission' => 0664 in the driver

'single' => [
            'driver' => 'single',
            'path' => storage_path('logs/laravel.log'),
            'level' => 'debug',
            'permission' => 0664,
        ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment