laravel-sent-emails
laravel-sent-emails copied to clipboard
Attachment Count
I've added the ability to view the attachment count within the emails stored within the database.
Perhaps instead of editing this file, I would create a migration like 'update_sent_emails_table.php' where I would add this column, allowing those who already have the component installed to run it otherwise it would have no effect.
Yes, please add a new migration rather than editing the existing one.