问答详情
源自:4-2 使用DB facade实现CURD

Database name seems incorrect

Database name seems incorrect

You're using the default database name laravel. This database does not exist.

Edit the .env file and use the correct database name in the DB_DATABASE key.

Symfony\Component\Debug\Exception\FatalErrorException

Maximum execution time of 30 seconds exceeded

之前改了.env文件中的内容后就报了这个错,页面加载不出来了

提问者:东堂 2020-02-10 17:20

个回答

  • 笑看风云号
    2020-07-09 16:00:25

    很明显,你的数据库不存在,需要手工创建数据库。

  • 东堂
    2020-02-10 20:04:03

    解决了,我犯了个十分脑瘫的错误