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 'public'
  • localLibPath is a horrible name for the composer install under the root dir '../public'
  • configDir The directory where the config files are stored
  • configPrefix The default prefix used for the config files

Table of Contents


        
On this page
  • Table Of Contents

Search results