What to do with php laravel 505 error

藏色散人
Release: 2023-03-17 15:38:01
Original
5111 people have browsed it

Solution to php laravel 505 error: 1. Enter the command "type .env.example > .env" in the DOS of the windows environment to generate the .env file; 2. Pass "php artisan key:generate "Just get the password.

What to do with php laravel 505 error

The operating environment of this tutorial: Windows 7 system, Laravel version 5.7, Dell G3 computer.

php laravel 505 error what to do?

505 error occurred during laravel installation

505 error occurred after installation

1. Generate .env file

Windows environment: dos input command: type .env.example > .env

Linux environment: cp command to copy files

2. Dos command to obtain the password: php artisan key:generate

Recommended learning:《 laravel video tutorial

The above is the detailed content of What to do with php laravel 505 error. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!