Skip to content

override_file_permissions not working #123

Open
@eduardoarandah

Description

@eduardoarandah

Developing on windows with wamp, fresh install

setup:

/config/laravel-stapler/filesystem.php

'override_file_permissions' => 0777,

then:

php artisan config:clear

however, files are stored with strange permissions

$ ls -alh public/system/App/User/avatars/000/000/011/thumb/
total 4,0K
drwxrwx---+ 1 Administradores SYSTEM 0 jul. 7 20:45 .
drwxrwx---+ 1 Administradores SYSTEM 0 jul. 7 20:45 ..
-rw-r----- 1 Unknown+User Unknown+Group 2,1K jul. 7 20:45 01.jpg

already tried this with no luck

'override_file_permissions' => null,
'override_file_permissions' => false,

how to debug?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions