Advertisement
Virajsinh

Install Composer in Mac Via XAMPP

Apr 5th, 2023 (edited)
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Install Composer in Mac Via XAMPP
  2.  
  3. Php Location Command
  4. sudo ln -s /Applications/xampp/xamppfiles/bin/php /usr/local/bin/php
  5.  
  6. Composer Command
  7.  
  8. Run All Download Command
  9. https://getcomposer.org/download/
  10.  
  11. Globally Access Run This Command
  12. sudo mv composer.phar /usr/local/bin/composer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement