Laravel: Too few arguments to function Illuminate\Support\Manager::createDriver()

后端 未结 2 712
日久生厌
日久生厌 2021-01-20 15:44

I try to test emails with mailtrap and Laravel 5.4. I get this error:

Type error: Too few arguments to function Illuminate\\Support\\Manager::create

2条回答
  •  既然无缘
    2021-01-20 16:21

    I believe this happens if you do not have the APP_KEY set in a .env file, so run php artisan key:generate if you do not have one.

提交回复
热议问题