Installing Laravel Valet

1. Open a new Terminal window.

2. Enter the following command into the Terminal window and hit return.

composer global require laravel/valet

3. Enter the following command into the Terminal window and hit return.

valet install

You may be asked for your computer's password.

NOTE

The cursor will not move or change as you type the password. If you mistype, hit return and try again.

5. Enter the following command into the Terminal window and hit return.

valet trust

You will be asked for your computer's password.

NOTE

The cursor will not move or change as you type the password. If you mistype, hit return and try again.

4. Enter the following commands into the Terminal window and hit return.

mkdir ~/Sites
cd ~/Sites

5. Enter the following command into the Terminal window and hit return.

valet park

6. Close the Terminal window