File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ Buy me a coffee] ( https://img.shields.io/badge/-Buy_me_a_coffee-gray?logo=buymeacoffee )] ( https://www.buymeacoffee.com/simonschaufi )
6
6
![ GitHub] ( https://img.shields.io/github/license/simonschaufi/laravel-dkim )
7
7
[ ![ Packagist Downloads] ( https://img.shields.io/packagist/dt/simonschaufi/laravel-dkim )] ( https://packagist.org/packages/simonschaufi/laravel-dkim )
8
- [ ![ Laravel 9/10/11] ( https://img.shields.io/badge/Laravel-9/10/11-ff2d20 )] ( https://laravel.com )
8
+ [ ![ Laravel 9/10/11/12 ] ( https://img.shields.io/badge/Laravel-9/10/11/12 -ff2d20 )] ( https://laravel.com )
9
9
10
10
A Laravel package, that allows signing emails with DKIM.
11
11
@@ -25,7 +25,7 @@ line out and add your own service provider entry (in the "Package Service Provid
25
25
SimonSchaufi\LaravelDKIM\DKIMMailServiceProvider::class,
26
26
```
27
27
28
- In ** Laravel 11** , add this to your ` bootstrap/app.php ` :
28
+ In ** Laravel 11/12 ** , add this to your ` bootstrap/app.php ` :
29
29
``` php
30
30
->withProviders([
31
31
\SimonSchaufi\LaravelDKIM\DKIMMailServiceProvider::class,
You can’t perform that action at this time.
0 commit comments