This command is useful if you want to serve a single site in a directory and not the entire directory.
cd ~/Projects/my-blog/
valet link awesome-blog
Valet will create a symbolic link in ~/.valet/Sites
which points to your current working directory.
After running the link command, you can access the site in your browser at http://awesome-blog.dev
.
To see a listing of all of your linked directories, run the valet links command. You may use valet unlink awesome-blog
to destroy the symbolic link.