Skip to content

Use Laravel's built in filesystem abstraction #1221

Open
@terrafrost

Description

@terrafrost

In my .env I have FILESYSTEM_DISK=s3 and when I do Storage::put('filename.txt', 'zzz') through php artisan tinker filename.txt is created on my S3 bucket as I'd expect.

laravel-filemanager, otoh, does not appear to use Laravel's build in filesystem abstraction. Case in point: in spite of what FILESYSTEM_DISK is set to creating a new directory created the new directory on the local filesystem vs in my S3 bucket.

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