Issue
My laravel project is standing on xampp on windows. Whenever I make a critical error (a typo for example) i should get an error, but instead I'm seeing "This page isn’t working" in google chrome.
I've seen similar problems, but I have no idea how to fix this on Windows.
I have APP_ENV=local
and APP_DEBUG=true
.
Solution
The error was caused, because I was using the wrong PHP version.
I had XAMPP installed with 7.2.5
PHP version and had to downgrade to 7.1.13
.
Answered By - Eternal
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.