Setting up PHP for Local Development
I am building a new PHP application with PHP and Laravel. Before, for MacOS, I typically installed PHP with Homebrew. Sometimes, I've even used Docker and things like Laravel Sail, however, those could sometimes have performance issues and there were still tools where I wanted PHP locally. Recently, Laravel Herd was released to make this process much easier. I will...