Having HTTP 500 error after theme demo installation on frontend and now I don't know what to do with this please let me know how to fix this
Hi @faizan_sharif,There might me few errors which are not showing.
Try to enable error message from below file.
Open
app/bootstrap.phpun-comment the below line.
ini_set('display_errors', 1);
I hope it will help you to find out the error and fix.