Level 52
Add the mailer in composer :
"require": {
"laravel/lumen-framework": "5.0.*",
"vlucas/phpdotenv": "~1.0",
"illuminate/mail": "5.0.*"
},
I'm trying to use Mail::queue, but apparently, the queue instance the Mailer should have is not being built.
Am I missing something?
Please or to participate in this conversation.