I also facing the same issue(White Screen Of Death) and I just setup writable permission to the storage and issue resolved. You can also try:
//For group writable to storage
$ sudo chmod -R gu+w storage
//For global writable to storage
$ sudo chmod -R guo+w storage
If you still facing same, check your apache log for cause.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.