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

[Bug]: Storage filesystems don't have configured drivers #70

Closed
Maxoplata opened this issue Jul 25, 2023 · 4 comments
Closed

[Bug]: Storage filesystems don't have configured drivers #70

Maxoplata opened this issue Jul 25, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@Maxoplata
Copy link

What happened?

When I try to use any of the different filesystems defined here, I get the error (user.home filesystem in this example):

Disk [user.home] does not have a configured driver.

How to reproduce the bug

use Illuminate\Support\Facades\Storage;

...

$fileExists = Storage::disk('user.home')->exists('blah.txt');

Package Version

0.1.1

PHP Version

8.1.21

Laravel Version

10.10.0

Node Version

18.13.0

Which operating systems does with happen with?

macOS

Notes

No response

@Maxoplata Maxoplata added the bug Something isn't working label Jul 25, 2023
@mpociot
Copy link
Member

mpociot commented Jul 25, 2023

Oh right, I noticed that @simonhamp just added this to the docs, but there's no functionality behind those disks 😅

@simonhamp
Copy link
Member

Sorry! Yeh I had intended to add them. I'll pick this up.

@csfh
Copy link

csfh commented Jul 28, 2023

I was having some serious doubts as to my knowledge of how this is supposed to work, since I could find zero references to those disks. Glad to see you're on it. Let me know if I can help.

@simonhamp simonhamp self-assigned this Aug 3, 2023
@mpociot
Copy link
Member

mpociot commented Aug 3, 2023

I added those disks in #99

@mpociot mpociot closed this as completed Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants