Skip to content

Commit 6cb0dfe

Browse files
committed
Chores
1 parent 8353dcb commit 6cb0dfe

File tree

3 files changed

+1
-47
lines changed

3 files changed

+1
-47
lines changed

.scrutinizer.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Laravel Mailbox 📬
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/beyondcode/laravel-mailbox.svg?style=flat-square)](https://packagist.org/packages/beyondcode/laravel-mailbox)
4-
[![Build Status](https://img.shields.io/travis/beyondcode/laravel-mailbox/master.svg?style=flat-square)](https://travis-ci.org/beyondcode/laravel-mailbox)
5-
[![Quality Score](https://img.shields.io/scrutinizer/g/beyondcode/laravel-mailbox.svg?style=flat-square)](https://scrutinizer-ci.com/g/beyondcode/laravel-mailbox)
64
[![Total Downloads](https://img.shields.io/packagist/dt/beyondcode/laravel-mailbox.svg?style=flat-square)](https://packagist.org/packages/beyondcode/laravel-mailbox)
75

86
Handle incoming emails in your Laravel application.
@@ -11,15 +9,11 @@ Handle incoming emails in your Laravel application.
119
Mailbox::from('{username}@gmail.com', function (InboundEmail $email, $username) {
1210
// Access email attributes and content
1311
$subject = $email->subject();
14-
12+
1513
$email->reply(new ReplyMailable);
1614
});
1715
```
1816

19-
[![https://phppackagedevelopment.com](https://beyondco.de/courses/phppd.jpg)](https://phppackagedevelopment.com)
20-
21-
If you want to learn how to create reusable PHP packages yourself, take a look at my upcoming [PHP Package Development](https://phppackagedevelopment.com) video course.
22-
2317

2418
## Installation
2519

0 commit comments

Comments
 (0)