Skip to content

Commit 7771c2d

Browse files
authoredFeb 17, 2025
Update README for Laravel 12
1 parent 5bae9f9 commit 7771c2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Buy me a coffee](https://img.shields.io/badge/-Buy_me_a_coffee-gray?logo=buymeacoffee)](https://www.buymeacoffee.com/simonschaufi)
66
![GitHub](https://img.shields.io/github/license/simonschaufi/laravel-dkim)
77
[![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)
99

1010
A Laravel package, that allows signing emails with DKIM.
1111

@@ -25,7 +25,7 @@ line out and add your own service provider entry (in the "Package Service Provid
2525
SimonSchaufi\LaravelDKIM\DKIMMailServiceProvider::class,
2626
```
2727

28-
In **Laravel 11**, add this to your `bootstrap/app.php`:
28+
In **Laravel 11/12**, add this to your `bootstrap/app.php`:
2929
```php
3030
->withProviders([
3131
\SimonSchaufi\LaravelDKIM\DKIMMailServiceProvider::class,

0 commit comments

Comments
 (0)