Try to clear cache
php artisan view:clear
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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
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.