Build a Contact Form with Laravel Livewire
About Lesson

Set up homebrew

Homebrew is a free and open-source software package management system that simplifies the installation of software on Apple’s operating system, macOS, as well as Linux. We will use homebrew to install the required packages. Follow the steps below to set up homebrew on mac.

  1. Press command + spacebar and type Terminal in the search bar. Open the terminal from the search result.
  2. Paste the following command and press enter
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  3. Wait for the process to complete and restart the terminal.

Run the following commands in the terminal and wait for the completion of the current process before moving to the next step.