I don't know if this question is relevant or not. LARAVEL 5 is still in developmental phase. I have pulled LARAVEL 5 after watching one of the Laracast video about new features in LARAVEL 5. I couldn't resist to wait for its formal release.
I named the local environment dot
file as .env.local.php
. But for some reason I am unable to get the the values from this dot file when using $_ENV['KEY']
.
I am quite sure that I have configured the environment correctly. When doing $app->environment()
shows the correct environment. Has it been changed in LARAVEL 5 the way we get the values from dot files or am I missing something ?