-
MySQL Unique Index with NULL values
I was working on a project recently that had to import multiple CSV files into a MySQL database. I was using Laravel and the Laravel-Excel package to try and accomplish this. I built the project out and realized that I was having some duplicate values show up even though I built a unique index based…
-
Use Multiple Versions of Node with Homebrew
“It works on my machine”. I hate these words, but before I hear “containerization” I just want to keep things simple. Homebrew is great and simple. To start, we want to know what versions are on our system with Homebrew. The ones with green check marks will tell you what you have installed. I was…
-
Send a Test Email in Laravel
Want to send a quick email to make sure your configurations and mailer are setup correctly? You can do this easily with Tinker. It’s that easy. No mailer templates needed.