Skip to content

Use Laravel's filesystems instead of linking directly to local folder - BREAKING CHANGE

Compare
Choose a tag to compare
@dmcbrn dmcbrn released this 10 May 09:39
· 14 commits to master since this release

This is a breaking change from 5.0.3

As the size of email log attachments can grow fast the package has been upgraded to use Laravel's filesystem functionality.
This way you can easily store your email log attachments on a separate disk like AWS, DO's disk spaces and other..