Mount in memory any LocomotiveCMS site, from a template on the filesystem, a zip file or even an online engine
The “LocomotiveCMS Mounter” is a simple module to store in memory a LocomotiveCMS site whatever the source is:
It also includes a mechanism which could save the site from the memory to any targets (filesystem, another LocomotiveCMS engine, …etc).
This saving mechanism has to be implemented in the application using that module.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)