beyondcode / laravel-mailbox

Catch incoming emails in your Laravel application

Home Page:https://beyondco.de/docs/laravel-mailbox/getting-started/introduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

sheinfeld opened this issue · comments

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!

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