Problem: Entering homestead.app, the page prompts: No input file specified.
System environment:
<code>Linux系统 </code>
.yaml configuration file:
<code>folders: - map: ~/Code to: /home/vagrant/Code sites: - map: homestead.app to: /home/vagrant/Code # to: /home/vagrant/Code/Laravel/public </code>
Folder structure:
<code>/home/sun(用户)/ </code>
I tried creating vagrant/Code and index.html in the home folder, but the display did not change.
There is also a Code under the sun folder. I built index.php in it, and the display is still:
No input file specified.
What to do?
Problem: Entering homestead.app, the page prompts: No input file specified.
System environment:
<code>Linux系统 </code>
.yaml configuration file:
<code>folders: - map: ~/Code to: /home/vagrant/Code sites: - map: homestead.app to: /home/vagrant/Code # to: /home/vagrant/Code/Laravel/public </code>
Folder structure:
<code>/home/sun(用户)/ </code>
I tried creating vagrant/Code and index.html in the home folder, but the display did not change.
There is also a Code under the sun folder. I built index.php in it, and the display is still:
No input file specified.
What to do?