Laravel .env variable always returns null

前端 未结 7 2301
误落风尘
误落风尘 2021-01-05 01:14

I added this variable to .env file

STRIPE_SECRET=a12345

I would like to dump the variable using routes/web.php

&         


        
7条回答
  •  逝去的感伤
    2021-01-05 01:26

    make sure you app is completely booted.

    if you are running server with cmd then try restarting server.

    and if it not works try clearing the cache using the methods above mentioned by @iCoders.

提交回复
热议问题