search

Home  >  Q&A  >  body text

After laravel-homestead is installed, an error occurs when accessing the page

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

PHP中文网PHP中文网2834 days ago370

reply all(1)I'll reply

  • 高洛峰

    高洛峰2017-05-16 16:54:24

    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.

    reply
    0
  • Cancelreply