-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels