php - Composer Command not found after installing Homestaed -
i'm new php , laravel.
i have installed homestead explained here
when access http://homestead.app/ working( im getting "no input file specified")
then when run # composer command inside homestead directory, says composer command not found.
how can configure composer work homestead.
you have login ssh of homestead virtual maschine. if follow official documentation, should following commands in terminal(i'm suggesting git bash).
first type: "cd ~/homestead"
than: vagrant ssh
hope run vagrant up, if now, that.
after cd project , run composer.
Comments
Post a Comment