diff --git a/README.md b/README.md index 7536e18..29712c3 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ composer require artesaos/seotools 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: +> **Note**: If you are using Laravel 11.x, you will have to update `bootstrap/providers.php` instead. [Package Discovery](https://laravel.com/docs/11.x/packages#package-discovery). + > `config/app.php` ```php