How to install Laravel installer on Mac Os

kallol pratim
Jul 27, 2017 · 1 min read
source: unsplash

Creating a laravel application using laravel installer is painless and time consuming. You no need to run any command after creating an app using laravel installer. Here’s how can you install it?

Run this command to install laravel installer globally on your computer

composer global require "laravel/installer"

After finishing the installation you have to set path variable for the installer. You just have to run this command on your terminal`

export PATH=”~/.composer/vendor/bin:$PATH”

Voilaaa!! Here you go.

Now run laravel new <yourappname> to create a fresh application.

Happy coding :)

kallol pratim

Written by

Design, code and things in between

Welcome to a place where words matter. On Medium, smart voices and original ideas take center stage - with no ads in sight. Watch
Follow all the topics you care about, and we’ll deliver the best stories for you to your homepage and inbox. Explore
Get unlimited access to the best stories on Medium — and support writers while you’re at it. Just $5/month. Upgrade