Switching PHP Versions with Homebrew

Switching PHP Versions with Homebrew

There can be many reasons why you need to switch your active version of PHP. Testing your code with different versions for backwards compatibility, or perhaps some applications use deprecated functions not available in the latest release of PHP. Whatever the reason if...
zsh: command not found: laravel on Mac

zsh: command not found: laravel on Mac

Nothing is more frustrating then when all you want to do is start coding and commands don’t work. Whether you are new to Laravel or like me reformat often forget how you resolved past problems. A common issue that affects Laravel developers is forgetting to...