December 2016
Beginner to intermediate
1005 pages
21h 54m
English
Originally, Drupal 8 utilized the filesystem for the configuration using the database as a mere cache. During the development cycle, it was changed to keep the configuration in the database and use YAMLs and disks for synchronization. It is possible to enable this setting and have Drupal primarily utilize the disk for configuration storage. This change needs to be defined before you install your Drupal site and existing installations cannot be converted.
In this recipe, we will configure Drupal to write and read its configuration from the filesystem instead of the database. Configuration changes will automatically be imported on the cache rebuild.
Overall, this is an advanced topic. This recipe ...
Read now
Unlock full access