laravel-sent-emails icon indicating copy to clipboard operation
laravel-sent-emails copied to clipboard

Attachment Count

Open RichieMcMullen opened this issue 1 year ago • 1 comments

I've added the ability to view the attachment count within the emails stored within the database.

RichieMcMullen avatar Jul 29 '23 18:07 RichieMcMullen

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.

dcblogdev avatar Oct 19 '23 16:10 dcblogdev