Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Tags: tighten/mailthief

Tags

v0.3.4

Toggle v0.3.4's commit message
Update `contains` and `first` to match Laravel 5.4 implementation (#61)

v0.3.3

Toggle v0.3.3's commit message
Add Messages Accessors (#56)

v0.3.2

Toggle v0.3.2's commit message
Add ability to get subjects and make assertions against a group of th…

…em (#54)

v0.3.1

Toggle v0.3.1's commit message
Adds global `from` support (#42)

v0.3.0

Toggle v0.3.0's commit message
Update README with information about Mailables

v.0.3.0

Toggle v.0.3.0's commit message
Update README with information about Mailables

v0.2.3

Toggle v0.2.3's commit message
Update README to show trait usage

v0.2.2

Toggle v0.2.2's commit message
Replace usage of `Arr::first` with native `reset` (#27)

Arr::first on Laravel 5.1 requires a callback, thanks to @T3chn0crat
and @amonger for bringing this up in PRs.

v0.2.1

Toggle v0.2.1's commit message
Merge pull request #19 from rcubitto/suppress-warnings

Suppress warnings in MailThief class

v0.2.0

Toggle v0.2.0's commit message
Merge pull request #13 from ksassnowski/lumen-support

Lumen support