My project (laravel 5.5 using php 7.0.0)works fine on my localhost. My server uses a global php version of 5.6. I have created a sub-domain (public_html/myproject
) for my project.
But the php version for my sub-domain, i have upgraded it to php 7. When i run myproject.domain.com
i get the error
This page isn’t working myproject.domain.com is currently unable to handle this request. HTTP ERROR 500
I have tried a lot solutions online but none of them seems to work for me. What could i be missing out?