If you are using Laravel 11 or higher, providers are no longer registered in config/app.php under the providers section. Instead, you must register them in bootstrap/providers.php.
config/app.php
providers
bootstrap/providers.php