have you checked your route?.
Error 500 on shared hosting
I have completed a project on laravel 5.6 and moved from localhost to hostgator shared hosting just like the way i uploaded other laravel 5.5 sites which are working fine. However the project on laravel 5.6 throws error 500. I'm confused why as everything seems to be ok
Here is the link to the site www.thehealthsearch.com
I'm storing images in the public folder and accessing them via asset()
I have uploaded all the files in thehealthsearch folder abobe public_html and public folder in thehealthsearch folder in public_html
http://drvineelpampati.com/ There seems to be no problem with another site i uploaded on the same shared hosting.
How to resolve this
@srikanthgopi please check the php version of your shared hosting. Laravel 5.6 requires 7.1.3 while Laravel 5.5 requires 7.0
Please or to participate in this conversation.