
Modernizing Enterprise CMS Using Pimcore
By :

In this section, we will see how it is possible to export the settings of our Pimcore installation and import them into other environments, a fundamental functionality when we have to work in different environments, such as for development, testing, or production.
As we saw in Chapter 5, Exploring Objects and Classes, when we talked about classes and objects, we learned how to create new entities and use them for our purposes. All the work we do is somehow trapped inside Pimcore, like in a kind of a box. This is completely normal, and when developing a new website, we are used to referring to the various environments, development, testing, staging, and so on, where we have made our changes. The doubt therefore arises: if I work in the development environment, for example, how can I transfer the work done in other environments?
Well, having a tool that allows us to export the work done in a Pimcore installation, to be able to import it...