Skip to content

Commit cde518c

Browse files
authored
Merge pull request #328 from misteryomi/patch-1
Update README.md - Package discovery support for Laravel 11.x
2 parents 3e1121b + 4e9aaa0 commit cde518c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ composer require artesaos/seotools
4444

4545
You need to update your application configuration in order to register the package so it can be loaded by Laravel, just update your `config/app.php` file adding the following code at the end of your `'providers'` section:
4646

47+
> **Note**: If you are using Laravel 11+, you will have to update `bootstrap/providers.php` instead. [Package Discovery](https://laravel.com/docs/12.x/packages#package-discovery).
48+
4749
> `config/app.php`
4850
4951
```php

0 commit comments

Comments
 (0)