We were talking about Laravel 5 on its release, we are pleased today to welcome Laravel 5.1
I need to store 'null' as a string in the .env file.
Now I have VAR_NAME=null in the file and if I try to read the value with env('VAR_NAME') it doesn´t return nothing.
VAR_NAME=null
env('VAR_NAME')
Is there any way way to store the value as a string?
Aucun commentaire:
Enregistrer un commentaire