beyondcode / laravel-mailbox

Catch incoming emails in your Laravel application
https://beyondco.de/docs/laravel-mailbox/getting-started/introduction
MIT License
1.04k stars 127 forks source link

Unable to resolve NULL driver for [BeyondCode\Mailbox\MailboxManager] #86

Open sheinfeld opened 3 years ago

sheinfeld commented 3 years ago

Hey guys,

I'm trying to install the package but once the installation finishes, I get the following error:

image

Do you have any idea of how to fix it?

Thanks in advance!

ahmetkorkmaz3 commented 3 years ago

I have solved this problem. You should clear the caches on bootstrap/cache directory. You can run this command rm bootstrap/cache/*.php