Monthly Archive: December 2021

Laravel 8.x 部署至 Heroku,执行数据库数据填充时,报错:Class "Faker\Factory" not found。 0

Laravel 8.x is deployed to Heroku, when the database data filling is executed, an error is reported: class “faker\factory” not found

浏览量: 15 1. Laravel 8.x is deployed to Heroku, and when the database data filling is executed, an error is reported: class “faker\factory” not found. as shown in Figure 1 2. Edit composer.json ,...

分别打开:http://sail-project-1.test 、http://sail-project-2.test 0

In Windows 10 Professional, use multiple Laravel Sail environments and set your desired domain name

浏览量: 55 1. Install Nginx Proxy Manager, open the Windows Terminal command line, and follow the instructions below to enter the Ubuntu system. as shown in Figure 1 2. Enter the user root directory,...

在 WSL2 中的 Ubuntu 系统中,执行命令:sudo apt install php7.4-cli,报错:E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/php7.4/php7.4-common_7.4.3-4ubuntu2.5_amd64.deb 404 Not Found [IP: 91.189.88.152 80]。 0

In the Ubuntu system in WSL2, execute the command: sudo apt install php7.4-cli, report error: e: failed to fetchhttp://security.ubuntu.com/ubuntu/pool/main/p/php7.4/php7.4-common_7.4.3-4ubuntu2.5_amd64.deb404 Not Found[IP: 91.189.88.152 80]

浏览量: 16 1. In the Ubuntu system in WSL2, execute the command: sudo apt install php7.4-cli, report an error: e: failed to fetchhttp://security.ubuntu.com/ubuntu/pool/main/p/php7.4/php7.4-common_7.4.3-4ubuntu2.5_amd64.deb404 Not Found[IP: 91.189.88.152 80]. as shown in Figure 1 2. Based...

运行命令:./vendor/bin/sail up -d。创建容器成功。 0

Create a Weibo application in Windows 10 Professional, based on the Laravel Sail development environment

浏览量: 16 1. Use Composer to create an application called weibo. Open the Windows Terminal command line and follow the instructions below to enter the Ubuntu system. as shown in Figure 1 2. Ubuntu,...

在浏览器中打开网址:http://example-app.test/ 。响应 200。 0

Build a Laravel Sail development environment in Windows 10 Professional

浏览量: 108 1. Laravel Sail requires Windows 10 systems that support WSL 2. The 2004 version released in May 2020 only supports the WSL 2 function, so our system needs to be updated to...

在执行命令时:git push -u origin master,提示:The authenticity of host 'github.com (52.192.72.89)' can't be established.ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM. 0

The Authenticity of Host is prompted when Git is pushed to GitHubgithub.com (52.192.72.89)cant be established.ecdsa key fingerprint is sha256:., configure ssh key of github in Windows 10, generate a new personal access token

浏览量: 16 1. When executing the command: git push -u origin master, prompt: The authentication of hostgithub.com (52.192.72.89)cant be established.ecdsa key fingerprint is sha256: p2qamxnic1tjyweiottrvc98/r1bufwu3/liykgufqm.. as shown in Figure 1 2. Push through TortoiseGit,...