Testing email like a boss

Have you ever had to test your application sending an email? Did you send it to your personal email account, or did you make a throw-a-away google account? Did you have to keep pressing F5 in your inbox to wait for it to arrive? Testing SMTP emails is extremely important during web development. The ability [...]

Two factor authentication for Laravel

Depending upon your web application, and the sensitively of your users data, you might want to consider adding 2-factor authentication to your website. Best of all – if you use Google 2-factor authentication it is totally free. There are a number of ways to do 2-factor authentication, but the main two options for web developers [...]