Documentation

init_env.php

Most configurations are better be stored with the Settings System. However, some very basic settings, like the composer libPath (aka vendor path) need to be set before autoloading is in place. This can be configured in an .env file

List of directives:

  • libPath is the standard path to the vendor directory of the composer install under 'Entwicklung VeruA'
  • localLibPath is a horrible name for the composer install under the root dir '../Entwicklung VeruA'
  • configDir The directory where the config files are stored
  • configPrefix The default prefix used for the config files

Search results