laravelweb

laravel app shows white blank page on Artisan cache:clear or config:clear command


My laravel app is working quite well but I noticed the mail config is not using the value from ENV so I ran artisan config:clear. Then, when I reload, the website shows a blank white page.

This are what I have tried so far but still not working:

Anyone experienced this before?


Solution

  • Thanks for the help, I have been able to solve it.