Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Laravel's built in filesystem abstraction #1221

Open
terrafrost opened this issue Mar 14, 2024 · 0 comments
Open

Use Laravel's built in filesystem abstraction #1221

terrafrost opened this issue Mar 14, 2024 · 0 comments

Comments

@terrafrost
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant