Laravel has a lot of config files, and Laravel 11 removes these, and all config options cascade down. The .env
has been expanded to include all the options you'd want to set.
To pair with this is a new config:publish
command so you can bring back any config you might want. Even with bringing them back, the new cascade feature allows you to remove every option you don't want to customize.