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文件中的內(nèi)容后就報了這個錯,頁面加載不出來了
2020-07-09
很明顯,你的數(shù)據(jù)庫不存在,需要手工創(chuàng)建數(shù)據(jù)庫。
2020-02-10
解決了,我犯了個十分腦癱的錯誤