Install Laravel Installer in Mac OS In order to install Laravel Installer in your Mac OS. Open your terminal and type the following command. composer require global “laravel/installer” Once the laravel installer is installed, in order to use it through out the terminal we need to the add the path to our bash profile file. To do so type the following command in order to open bash profile file. nano .bash_profile