Hi guys,
Just trying to setup a new Laravel installation on a client's VPS.
The problem is public/index.php is throwing a white screen. No errors at all. Even after setting debug => true.
The vendor directory is there. Storage is writeable, I have absolutely no clue what could be going wrong....
Did install the Mcrypt php extension? The most probable reason is that the PHP errors are turned off and the Mcrypt is missing/not enabled.
Check tour config.PHP file. Service providers array is correct?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community