composer command does not work from mac terminal, Open the terminal and paste the code.
1 2 3 4 5 6 |
curl -sS https://getcomposer.org/installer | php sudo mv composer.phar /usr/local/bin/composer |
The complete guide to the beginners as well as to the experienced Web Developers
composer command does not work from mac terminal, Open the terminal and paste the code.
1 2 3 4 5 6 |
curl -sS https://getcomposer.org/installer | php sudo mv composer.phar /usr/local/bin/composer |
More Stories
How to set EC2 Ubuntu default password
CPU & Memory usage in PHP
Install PHP mcrypt extension on Ubuntu