Using Laravel Homestead: 'no input file specified' -
Using Laravel Homestead: 'no input file specified' -
i new using laravel, , homestead, , appreciate help or point in right direction. have been able "you have arrived" screen when run "php artisan serve" when seek same thing via vagrant, "no input file specified". homestead.yaml file looks this:
authorize: /users/me/.ssh/id_rsa.pub keys: - /users/me/.ssh/id_rsa folders: - map: /users/me/code/exampleproject to: /home/vagrant/code/exampleproject sites: - map: exampleproject.app to: /home/vagrant/code/exampleproject/public variables: - key: app_env value: local on computer have next directories:
/users/me/code/homestead /users/me/code/exampleproject //this directory created composer on vagrant box have reason 2 directories named "code" , "code":
/home/vagrant/code/exampleproject /home/vagrant/code i have checked , can see changes made computer exampleproject files reflected in vagrant box files.
not sure how figure out!! appreciate help possible :)
instead of reinstalling try
vagrant --provision
or
homestead --provision
laravel laravel-4 vagrant
Comments
Post a Comment