Laravel Mail Viewer Versions Save

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

v3.0.0

5 years ago
  • If the constructor dependency is not type hinted it will trust the user input in the config file as a replacement. PR for this feature
  • Big thanks & credits to Junhai for making this possible :)

v2.2.0

5 years ago

v2.1.1

5 years ago

v2.1.0

5 years ago

v2.0.2

5 years ago
  • Fix class check and cover all data types.

v2.0.1

5 years ago
  • The package now attempts to instantiate non eloquent objects using the container if no factory exists.
  • Improved the docs & tests.

v2.0.0

5 years ago
  • Major changes in how the mailables are registered in the config file.
  • Now no need to have objects & factories in the config file.
  • Please read the comments in the config file for the 'mailable' key and update yours accordingly.
  • The config file is now cacheable as well as serializable.
  • Directory structure changed.

v1.0.1

5 years ago
  • Readme updated

v1.0.0

5 years ago

First stable release with tests and CI

  • Added Tests
  • First major stable release

v0.2.0

5 years ago
  • Minor improvements