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

后端 未结 2 695
日久生厌
日久生厌 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:13

    Here is possible solution

    Make sure followings are not empty

    BROADCAST_DRIVER=log
    CACHE_DRIVER=file
    SESSION_DRIVER=file
    SESSION_LIFETIME=120
    QUEUE_DRIVER=sync
    

提交回复
热议问题