Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Ramjey71's avatar

PHP Notice: Undefine variable:_env

Hi,

I am new to Laravel and was doing the Laravel 5.4 start from scratch tutorial and I got stuck on the blog portion and this is the error I got below.

Notice: Undefined variable: __env in C:\Users\roger\PhpstormProjects\Laravel\blogger\config\storage\framework\views\8bcd84f01e12ade22b5178dfd4ff923653f077d3.php on line 45 PHP Fatal error: Call to a member function make() on null in C:\Users\roger\PhpstormProjects\Laravel\blogger\config\storage\framework\views\8bcd84f01e12ade22b5178dfd4ff923653f077d3.php on line 45

Can anyone help?

Thank you

0 likes
3 replies
papa's avatar

Try to clear cache

php artisan view:clear
1 like
Ramjey71's avatar

No that didn't work but thank you for the answer

JackJones's avatar
Level 14

The error tells you what is wrong, all anyone can do is repeat it, you're using a variable called __env that isn't set

Please or to participate in this conversation.