PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, January 16, 2022

[FIXED] Installing Laravel Valet on macOS Heigh Sierra

 January 16, 2022     composer-php, laravel, laravel-5, laravel-valet, php     No comments   

Issue

I'm having issues installing Laravel Valet on macOS Heigh Sierra I already did the following steps.

  1. /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" - this worked fine

  2. brew update - this worked fine

  3. brew install homebrew/php/php71 - this worked fine

  4. composer global require laravel/valet - this gives me command not found.

I know I'm supposed to add it to the path, but this command composer global require laravel/valet should work before I add the path


Solution

Shouldn't you install composer somewhere before executing it? Try executing brew install composer after installing PHP



Answered By - Nico Haase
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing