The YAML files that are inside the app/config
folder are used to change Solital Framework configurations, such as middlewares, authentication, passwords, among others.
These files are updated whenever there is a Solital Core update.
To update the YAML files, run the following command:
php vinci generate:files
When you install a new Solital update using composer update
, run the above command, so new files are copied to the app/config
folder. Other files may be copied to other folders in this process.