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

"Disk [passgenerator] does not have a configured driver." #18

Open
thijsw opened this issue Jul 29, 2020 · 3 comments
Open

"Disk [passgenerator] does not have a configured driver." #18

thijsw opened this issue Jul 29, 2020 · 3 comments

Comments

@thijsw
Copy link
Contributor

thijsw commented Jul 29, 2020

Lately, when I'm using this package I get the error message mentioned in the subject. I guess a simple fix would be to add the driver to the filesystem configuration file pass-filesystem.php:

$config['disks']['passgenerator']['driver'] = 'local';
@j3j5
Copy link
Member

j3j5 commented Jul 29, 2020

The passgenerator "disk" should copy your default driver unless you have a passgenerator disk defined on your config/filesystems.php, if that's the case, you should add the driver there. Do you have a passgenerator disk defined on your config file?

Also, probably unrelated, but you should upgrade to 0.2.4 or you will have issues once your framework version is >=7.19.1.

@mschop
Copy link

mschop commented May 10, 2023

We don't have a passgenerator disk defined in our config files. We get the error nevertheless.

We have Laravel v9.26.1 .

@renepardon
Copy link

Had the same problem on a fresh install of this package.
I just added the passgenerator disk to my filesystems config with local driver and it started working.

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

4 participants