Palzin Track
Get 15% off with code PTRACKSIGNUP15 

Laravel Diary Logo

Set Up a Local Database

There are plenty of ways to set up a database for local development. You can use Docker containers, install locally using Homebrew or other tools, and various other GUI tools. My option of choice is DBngin. It is a simple tool that lets you add databases quickly for whatever you need including MySQL, Postgres, and even Redis. I am going...