Hi there I got this error Disk [C:\wamp_new\www\my_project\storage\app/public/apple_passes] does not have a configured driver. This is the package I'm using https://www.google.com/search?q=laravel+passes&oq=lara&gs_lcrp=EgZjaHJvbWUqDggBEEUYJxg7GIAEGIoFMgYIABBFGDwyDggBEEUYJxg7GIAEGIoFMg4IAhBFGCcYOxiABBiKBTIGCAMQRRg7MgYIBBBFGDkyBggFEEUYPDIGCAYQRRg8MgYIBxBFGEHSAQgxMjYyajBqN6gCALACAA&sourceid=chrome&ie=UTF-8 This post is not about the package but purely about the error. Can't seem to fix it. I already tried adding a disk driver in the filesystem config, but that did not help.
#Disk [...] does not have a configured driver.
2 messages · Page 1 of 1 (latest)
Looks like your storage config isn't correct, as it's trying to use a path as the driver
See the docs on how to configure storage disks: https://laravel.com/docs/11.x/filesystem#configuration