I use Valet as my local web development environment (PHP, Laravel, Wordpress, ...)
This gist is my own recipe to install Wordpress from the command line to use it with Valet. Maybe this is useful for you too.
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |