Installing PHP Composer on Mac OS X and how to solve detect_unicode error
The easiest way that I have found to install PHP Composer is following next commands: 1) Go to your directory where you want to install PHP Composer, for example I want to install PHP Composer in the next directory (this will allow install Laravel Framework, but the same applies for any other purpose). cd /Applications/XAMPP/htdocs/laravel 2)…