Upgrade to Pro — share decks privately, control downloads, hide ads and more …

The Minimal Dev (September 2017)

Jason Cosper
September 17, 2017

The Minimal Dev (September 2017)

No offense, but most local development environments are overkill. Vagrant is great if you want to match your site’s production environment, but it can often be fussy, and slow to spin up. Docker runs faster and is more lightweight, but it can be hard to get up and running if you’re not intimately familiar with how containers work.

Laravel’s Valet project is a simplified, local, PHP development environment for minimalists that uses lightweight packages—not virtual machines— to speed up development time.

In this session I will demonstrate how to install Valet, show off some of the features that make it so useful for WordPress developers, and share some power user tricks that I’ve learned while using it.

Jason Cosper

September 17, 2017
Tweet

More Decks by Jason Cosper

Other Decks in Programming

Transcript

  1. Play with Elasticsearch → brew tap caskroom/cask → brew cask

    install java → brew install elasticsearch → brew pin elasticsearch http:!"localhost:9200
  2. Play with Redis → brew install redis → brew services

    start redis → brew install php70-redis tcp:!"localhost:6379