Download the PHP package appoly/mail-web without Composer
On this page you can find all versions of the php package appoly/mail-web. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download appoly/mail-web
More information about appoly/mail-web
Files in appoly/mail-web
Package mail-web
Short Description Catch your outgoing emails within your project making it easier to test and share
License MIT
Informations about the package mail-web
🚀 Overview
MailWeb is a robust Laravel package that revolutionizes email development and debugging. It seamlessly captures and displays your application's outgoing emails in real-time, making email testing and sharing effortless.
✨ Features
- 📧 Real-time Email Interception: Catch and inspect outgoing emails instantly
- 🎨 Modern UI: Beautiful, responsive interface for easy navigation
- 🔍 Powerful Search: Quickly find emails with advanced search capabilities
- 🔄 Email Sharing: Share email previews with your team effortlessly
- 📎 Attachment Support: Handle email attachments with flexible storage options
- 🛡️ Secure Access Control: Granular control over who can access the dashboard
- 📱 Mobile Responsive: Optimized interface for both desktop and mobile devices
📋 Requirements
- PHP 8.1 or higher
- Laravel 9.21|10.0|11.0|12.0
🔧 Installation
-
Install via Composer:
-
Run migrations:
- Publish config (if needed):
⚙️ Configuration
1. Route Registration
Add to your routes file:
2. Access Control
Add to your AppServiceProvider
(Laravel 11+) or AuthServiceProvider
:
3. Local Development
For local development, set in your .env
:
📝 Usage
-
Access the dashboard at:
-
Configure email storage limit in
.env
: - Set up email pruning (recommended in
routes/console.php
):
💾 Attachment Storage
Configure attachment storage in your .env
:
🤝 Contributing
We welcome contributions! Please follow these steps:
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
Local Development Setup
- Clone the repository
-
Install dependencies:
-
Link to your test project - add to your test project's
composer.json
: - Run
composer update appoly/mail-web
📄 License
This project is licensed under the MIT License.
All versions of mail-web with dependencies
illuminate/console Version *
illuminate/support Version ^9.21|^10.0|^11.0|^12.0