Setup a Mac Dev Machine From Scratch
I've always enjoyed watching developers work. Which editor do they use? Do they prefer Terminal or iTerm? Are they using a virtual machine? If only in small pieces, I've learned from every developer I've ever worked with.
In this series, come along as I setup a Mac dev machine from scratch.
Updated Series Available
You are viewing an archived course. We instead recommend that you watch Set Up a Mac for Development From Scratch.
Progress
Series Info
- Episodes
- 12
- Run Time
- 51m
- Difficulty
- Intermediate
- Last Updated
- Nov 17, 2016
- Version
- Latest
Series Episodes
- Episodes (12)
A Prettier Sublime Text
To dig more heavily into Sublime Text configuration, check out the dedicated series here at Laracasts.A Prettier PHPStorm
It may sound foolish, but it's true that I do use two editors in my day-to-day workflow. I find that PHPStorm particularly provides some useful refactoring and analysis capabilities, as opposed to a tool like Sublime Text. In this episode, we'll install it and begin configuring and improving the visuals.PHP 7 and MariaDB in Eighty Seconds
Though every new Mac comes with PHP pre-installed, it's almost always out of date. My new machine ships with PHP 5.6! We're at 7.1 now, so let's install Homebrew to pull in the latest version, as well as MariaDB (a replacement for MySQL).Composer
Every respectable PHP developer must have Composer installed. It's the defacto dependency manager for the language, and is leveraged by nearly all modern frameworks and libraries.PHPUnit Setup and Sublime Text Workflow
In this episode, we'll install PHPUnit globally, and figure out a clean workflow for triggering it in Sublime Text. Though a number of packages are available, I happen to prefer the simple Sublime-PHPUnit option, which can be installed through GitHub.Map Caps Lock to Anything
I'm fairly certain that I'm the only one who does this, but hear me out: I remapCaps LocktoShift. Yes, notControlorEscape; I saidShift. In this episode, I'll explain why, while demonstrating how to go about performing such a remapping (with Karabiner Elements).Simple Git Aliases
Though Git allows you to define any number of aliases, they're still too long to write in this author's opinion. Instead, let's create a dedicated file on our machine for aliases, and build up a handful of Git-specific ones.Setup Laravel Valet
In the past, I've reached for VirtualBox and Vagrant to setup my development environment. However, these days, for most projects in our space, Laravel Valet is a far more simple and light-weight alternative. I love every spec of it, and you will too!Sequel Pro
There are a number of MySQL GUIs for the Mac, but I've only ever used Sequel Pro. When you're that satisfied with a tool or product, why bother looking for something else? It won't be as good.SSH Keys and GitHub
SSH keys provide a secure way to connect and login to a remote machine or server. Let's generate a default key, and then hook it up to GitHub, so that I can easily pull and push to my repositories.
