Home > PHP Framework > Laravel > What happens when the laravel welcome page is not displayed when logging into the website?

What happens when the laravel welcome page is not displayed when logging into the website?

藏色散人
Release: 2021-11-25 14:26:45
forward
2436 people have browsed it

The following tutorial column of Laravel will introduce to you the problem that the laravel welcome page is not displayed when logging into the website. I hope it will be helpful to everyone!

Problem description:

Can anyone help me figure out what’s wrong with my homestead?

I read a lot of configuration guides on the Internet, but the login website did not display the laravel welcome page.

What happens when the laravel welcome page is not displayed when logging into the website?

This is the configuration information of my Homestead.yaml

What happens when the laravel welcome page is not displayed when logging into the website?

This is my installation of laravel on the virtual machine Location:

What happens when the laravel welcome page is not displayed when logging into the website?

#But nginx seems not to parse laravel, please give me some advice!

Solution:

The vagrant provison command is not run for the configuration to take effect.

Or enter the virtual machine to view the nginx.conf file. There are two include files in it. One of the folders is empty. The remaining file contains root followed by a directory. Change this directory. into the entry directory of the website.

Related recommendations: The latest five Laravel video tutorials

The above is the detailed content of What happens when the laravel welcome page is not displayed when logging into the website?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:segmentfault.com
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
Latest Issues
Composer cannot install laravel
From 1970-01-01 08:00:00
0
0
0
Laravel Space/laravel-backup cannot be installed
From 1970-01-01 08:00:00
0
0
0
Laravel 5.1 Login laravel comes with it No more
From 1970-01-01 08:00:00
0
0
0
Why thinkphp has better performance than laravel?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template