Download the PHP package monteiro/telescope-mail-attachments without Composer
On this page you can find all versions of the php package monteiro/telescope-mail-attachments. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download monteiro/telescope-mail-attachments
More information about monteiro/telescope-mail-attachments
Files in monteiro/telescope-mail-attachments
Download monteiro/telescope-mail-attachments
More information about monteiro/telescope-mail-attachments
Files in monteiro/telescope-mail-attachments
Vendor monteiro
Package telescope-mail-attachments
Short Description Mail attachment support for Laravel Telescope
License MIT
Homepage https://github.com/monteiro/telescope-mail-attachments
Package telescope-mail-attachments
Short Description Mail attachment support for Laravel Telescope
License MIT
Homepage https://github.com/monteiro/telescope-mail-attachments
Please rate this library. Is it a good library?
Informations about the package telescope-mail-attachments
Telescope Mail Attachments
Mail attachment support for Laravel Telescope. Captures email attachments (filename, size, MIME type, content) during mail recording, stores them in Telescope entries, and provides download endpoints + UI.
Installation
Configuration
In your config/telescope.php, replace MailWatcher with MailAttachmentWatcher:
Optionally publish the config file:
Config Options
| Option | Default | Description |
|---|---|---|
store_content |
true |
Store base64-encoded attachment content. Set to false to only store metadata (filename, size, MIME type) and reduce storage usage. |
You can also set TELESCOPE_MAIL_ATTACHMENTS_STORE_CONTENT=false in your .env.
Features
- Paperclip badge with attachment count on the mail index page
- Attachments table with download links on the mail preview page
- Download endpoint for individual attachments
- Optional content storage toggle to manage database size
Screenshot
Testing
License
The MIT License (MIT). Please see License File for more information.
All versions of telescope-mail-attachments with dependencies
PHP Build Version
Package Version
The package monteiro/telescope-mail-attachments contains the following files
Loading the files please wait ...