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文件中的内容后就报了这个错,页面加载不出来了