Skip to content

Commit

Permalink
readme wip!
Browse files Browse the repository at this point in the history
  • Loading branch information
axyr committed Jul 1, 2024
1 parent b4109f3 commit c1d560c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
![docs/img/screenshot.png](docs/img/screenshot.png)

# Laravel Email Viewer

[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/spatie/laravel-permission/run-tests-L8.yml?branch=main&label=Tests)](https://github.com/axyr/laravel-email-viewer/actions?query=workflow%3ATests+branch%3Amain)

## Introduction

View and inspect all emails sent from you Laravel application.

View emails without using external tools like mailtrap for your development or staging environments, so email won't even have to leave your server.

## Key features

- Log all emails to a storage disk or database table
- Inspect HTML, attachments and all email headers
- More to come!

## Installation

```php
composer require axyr/laravel-email-viewer
```
Binary file added docs/img/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c1d560c

Please sign in to comment.