The homestead virtual machine is installed, but when accessing homestead.app:8000, the page prompts
"Whoops, looks like something went wrong.", except that the page does not display anything else, please ask. How to find the problem, thank you~
The problem has been solved, just upgrade to laravel5.2
Because you have not turned on the debug mode, you can see the specific errors in the
.env
文件中,把debug
改成true
of the Laravel root directory.