Lumen - mongodb - jenssegers/laravel-mongodb - postman

前端 未结 1 968
说谎
说谎 2021-01-21 19:47

i have install mongodb on my wamp, C:\\wamp64\\bin\\mongodb\\mongodb.3.4\\bin, i have add mongodb in the path, and create windows service to launch it when nece

相关标签:
1条回答
  • 2021-01-21 20:06

    I have solve the problem, in my .env i was having:

    CACHE_DRIVER=file
    SESSION_DRIVER=file
    

    but in my project no configuration for them, so when i have change it into

    CACHE_DRIVER=
    SESSION_DRIVER=
    

    everything works now.

    0 讨论(0)
提交回复
热议问题