From 6d622b401388fb8cc71676d9374b9aad15d1ed07 Mon Sep 17 00:00:00 2001 From: Yomi Omotoso <31569159+misteryomi@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:40:31 +0000 Subject: [PATCH] Update README.md - Package discovery support for Laravel 11.x Laravel's new version, 11.x, has moved package setup to `bootstrap/providers.php`. --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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