Skip to content
New issue

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

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

Already on GitHub? # to your account

Driver [bunnycdn] is not supported. #65

Open
hammertime-red opened this issue Aug 2, 2023 · 1 comment
Open

Driver [bunnycdn] is not supported. #65

hammertime-red opened this issue Aug 2, 2023 · 1 comment

Comments

@hammertime-red
Copy link

hammertime-red commented Aug 2, 2023

Got this error:

Driver [bunnycdn] is not supported.

at .....\vendor\laravel\framework\src\Illuminate\Filesystem\FilesystemManager.php:149
145▕
146▕ $driverMethod = 'create'.ucfirst($name).'Driver';
147▕
148▕ if (! method_exists($this, $driverMethod)) {
➜ 149▕ throw new InvalidArgumentException("Driver [{$name}] is not supported.");
150▕ }
151▕
152▕ return $this->{$driverMethod}($config);
153▕ }

I did everything according to the documentation
Laravel Framework 9.52.4

@kitro
Copy link

kitro commented Aug 21, 2023

Make sure the you add bunnycdn to config/filesystems.php, and extend the Storage facade in AppServiceProvider.

And run php artisan config:clear just to make sure is not a cache issue.

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

No branches or pull requests

2 participants