How to create an environment-aware configuration in Laravel 11?
I’m working on a Laravel 11 project and I need to set up environment-aware configurations that is accessible with config
method. For example, I have a constant.php
file in the config
directory for general configurations, and a constant.php
file in the config/production
directory for production-specific configurations.