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文件中的内容后就报了这个错,页面加载不出来了
很明显,你的数据库不存在,需要手工创建数据库。
解决了,我犯了个十分脑瘫的错误