Skip to content

Commit

Permalink
Update screenshot images with new design
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjardo committed Aug 29, 2022
1 parent e940762 commit e32b7c2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@
[![Total Downloads](https://img.shields.io/packagist/dt/label84/laravel-mailviewer.svg?style=flat-square)](https://packagist.org/packages/label84/laravel-mailviewer)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/label84/laravel-mailviewer/run-tests?label=Tests&style=flat-square)

With ``laravel-mailviewer`` you can view and filter mail that is sent by your Laravel application in the browser. The package saves all mails sent to the database automatically.
You can get get an overview of all mails sent, view individual mails and get an overview of the number of mails sent grouped by Notification.
Mailviewer enables you to view and filter mail that is sent by your Laravel application in the browser. The Analytics page gives you insight in the amount of mails sent sent by your application grouped by Notification.

![MailViewer screenshot](./docs/screenshot_default.png?raw=true "MailViewer Screenshot")
![MailViewer screenshot](./docs/screenshot-default.png?raw=true "MailViewer Screenshot")

- [Requirements](#requirements)
- [Laravel support](#laravel-support)
- [Installation](#installation)
- [Usage](#usage)
- [Filters](#Filters)
- [Filters](#filters)
- [Analytics](#analytics)
- [Examples](#examples)
- [Commands](#commands)
Expand Down Expand Up @@ -45,8 +44,6 @@ With the upgrade to Laravel 9 the SwiftMailer has been replaced with Symfony Mai

### 1. Require package

Add the package to your application:

```sh
composer require label84/laravel-mailviewer
```
Expand Down Expand Up @@ -98,11 +95,11 @@ The around parameter show all mails sent around the given time. By default is wi

### Analytics

![MailViewer Analytics screenshot](./docs/screenshot_analytics.png?raw=true "MailViewer Analytics Screenshot")
![MailViewer Analytics screenshot](./docs/screenshot-analytics.png?raw=true "MailViewer Analytics Screenshot")

To preview the analytics page visit: ``/admin/mailviewer/analytics``. You can change this url in the config file.

On the analytics page you can view the number of mails sent per Notification and see how long ago the latest Notification was sent.
On the analytics page you can view the number of mails sent per Notification and the latest time this notification was sent.

### Examples

Expand Down
Binary file added docs/screenshot-analytics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshot-default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/screenshot_analytics.png
Binary file not shown.
Binary file removed docs/screenshot_default.png
Binary file not shown.

0 comments on commit e32b7c2

Please sign in to comment.