Support the ongoing development of Laravel.io →
Installation Configuration
Last updated 1 year ago.
0

this is returned from php-fpm saying it cannot find an index.php on the given path.

your yaml file is wrong. correct settings:

map: fintechstartups.dev to: /home/vagrant/Projects/fintech-startups/public

Last updated 7 years ago.
0

I installed laravel with Homestead.

homestead up command is not working. I did vagrant up. It was all fine.

Below is my Homestead.yaml file content:

---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox

authorize: ~/home/Homestead/.ssh/id_rsa.pub

keys:
    - ~/.ssh/id_rsa

folders:
    - map: ~/Code
      to: /home/vagrant/Code
      type: ¨nfs¨

sites:
    - map: homestead.app
      to: /home/vagrant/Code/Laravel/public

databases:
    - homestead

# blackfire:
#     - id: foo
#       token: bar
#       client-id: foo
#       client-token: bar

# ports:
#     - send: 50000
#       to: 5000
#     - send: 7777
#       to: 777
#       protocol: udp

Event after all sorts of trouble shooting, I get only

No Input File specified

as the output when I try to connect to ´homestead.app´

I am using ROSA Desktop Fresh R8 Linux operating system.

Thanks for the help.

0

Do you have a Code directory in your home directory? Adjust that to where ever your Laravel app is on your system.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

SSchindi sschindi Joined 6 Jul 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.