Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Laravel News Podcast:
Episode #20 - With special guest Adam Wathan
Jun 30, 2016 @ 23:20:24

The Laravel News podcast, as hosted by Eric Barnes has posted their latest episode: Episode #20: With special guest Adam Wathan.

In this week’s Laravel News podcast we have Adam Wathan on to talk about his book Refactoring to Collections and a new package MailThief.

You can listen to this latest episode either through the in-page audio player or by subscribing through iTunes or Google Play. There's also a special discount code included for Adam's "Refactoring with Collections" book if you're interested.

tagged: laravelnews podcast ep20 adamwathan laravel collections mailthief

Link: https://laravel-news.com/2016/06/ln-20-special-guest-adam-wathan/

Laravel News:
Easily Test Email with MailThief
Jun 24, 2016 @ 16:50:56

The Laravel News site has a post that gives you a quick introduction to MailThief, a library created by the developers at Tighten Co. to make mail testing simpler.

MailThief is a new package by Tighten Co. that provides a fake mailer for your Laravel application. This makes it easy to test email without actually sending any.

They include a simple example of a script that sends an email on user registration using Laravel's own Mail library. They also include a test for the registration action showing how MailThief can be used to "hijack" the mailer and make it simpler to get information about the mail being sent. You can find out more about the tool and what prompted it in this video from Adam Wathan.

tagged: mailthief testing unittest mailer email example introduction

Link: https://laravel-news.com/2016/06/mailthief/


Trending Topics: