Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Would have to be released in 4.0, we expect, but we can work on it now and get those decisions made

  • We need to think about shared hosting and make it configurable so Mautic can still work without the folders being a level above - this should be the default with an option during the install process to move it

Relevant data

From the previous meeting Nick Veenhof (Deactivated) had suggested something similar to what happens in Drupal:

docroot/index.php
Docroot/plugins
Docroot/themes
Docroot/core < - Core Mautic application
Docroot/core/plugins < - Core plugins
Docroot/core/themes < - Core themes (could also have a contrib and custom folder)
Docroot/plugins/contrib < - Downloaded by composer
Docroot/plugins/custom < - Self written code for this instance
Docroot/config/ < - Configuration (user created)

Questions / discussion points

...

"mautic/core-recommended": "^4.0"

Suggested folder structure

This also means that the following folders and files should be generated from within the scaffold resource folder in mautic/core

...