Laravel Mail Viewer Versions Save

View all the mailables in your laravel app at a single place

v7.0.0

3 years ago
  • Added Laravel v8.x support.
  • Dropped Laravel v6 & PHPUnit v8 support.

v6.0.0

4 years ago
  • Added Laravel v7.x support.
  • Dropped PHP v7.2 support, now PHP v7.3 is the minimum requirement.

v5.0.1

4 years ago
  • Added Github Action Workflow for tests

v5.0.0

4 years ago
  • Now supports Laravel v6.0
  • Laravel v5.6.* & Laravel v5.7.* are no longer supported, min requirement is now v5.8.*
  • Support for Laravel v5.8.* will be dropped in v5.1.*

v4.0.5

5 years ago
  • fix casing

v4.0.4

5 years ago
  • The package now renders the correct mailable having similar class name as another mailable in different namespace.
  • Big thanks to Thomas Kane for pointing out this issue.

v4.0.3

5 years ago
  • Update travis config

v4.0.2

5 years ago
  • Drop PHP v7.1 support

v4.0.1

5 years ago
  • Now supports Laravel v5.8

v3.1.0

5 years ago
  • Fixed the behaviour of in_array by enabling strict checking.