[…] and give a simple example of a starter Gulp file and how to use it in your WordPress projects. Getting Started with Gulp First, I’m a fan of Homebrew, so when it comes to managing packages that are not part of the Mac App Store, I use it. This makes installing packages, updating them, and […]
Search: “homebrew” (Page 4 of 8)
We found 38 results for your search.
A step-by-step guide to installing PHPUnit via Homebrew and setting it up in Visual Studio Code.
[…] Getting all of this setup is easy enough, but it assumes the following: You’ve got all of the necessary constants set up for WordPress debugging, You have Homebrew installed on your machine, You’re comfortable editing a text file (technically, an initialization file for Xdebug, but text nonetheless) You’re okay restarting Valet. To make sure […]
[…] assuming that you’re running a recent version of macOS and you’ve already got PHP up and running along with Hombrew. Skip the following section, if so. Installing Homebrew If not, make sure to run the following commands: $ xcode-select –install This will install necessary tools for Homebrew to use. $ /bin/bash -c “$(curl -fsSL […]
As much as I enjoy working with Laravel Valet and using Homebrew to manage different versions of PHP, there are still times in which my system has been set up in such a way that my shell is using one version of PHP and Laravel is using a different version. At the time of […]