Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在使用 laravel voyager 时遇到问题,我尝试安装它,它说“抱歉,找不到您要查找的页面”。我看了youtube上的教程。我试图找到问题,我认为这是导致它的原因,但我不明白问题是什么。谁能帮我
在 .env 文件中,输入数据库设置
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=test DB_USERNAME=mysql DB_PASSWORD=mysql