We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f32ec commit 51ad637Copy full SHA for 51ad637
README.md
@@ -10,13 +10,14 @@ The missing Mandrill API based mail driver for Laravel
10
11
Laravel | Install
12
-------- | ------
13
- 6.x | `^1.0`
14
- 7.x | `^1.2`
15
- 8.x | `^2.0`
16
- 9.x | `^3.0`
+ 11.x | `^4.0`
17
10.x | `^3.1`
+ 9.x | `^3.0`
+ 8.x | `^2.0`
+ 7.x | `^1.2`
18
+ 6.x | `^1.0`
19
-## Laravel 8, 9 & 10 Installation
20
+## Laravel 8, 9, 10 & 11 Installation
21
22
* First, require the package using composer:
23
@@ -61,6 +62,7 @@ MANDRILL_SECRET=YourMandrillAPIKey
61
62
## Credits
63
64
- [Jorge González](https://github.com/scrubmx)
65
+- [Roberto Aguilar](https://github.com/roberto-aguilar)
66
- [All Contributors](../../contributors)
67
68
## License
0 commit comments