Configuration

Phile is configured through files in the config/ directory.

  • config.php – Local configuration of your Phile installation. This is the place where you configure your Phile installation.
  • default.php – It defines the default configuration. You are not supposed to change it. It should serve as reference of options you may want to overwrite in your "config.php", which takes precedence.
  • bootstrap.php – Options for advanced users or developers to influcence the core bootstrap process.
  • container.php – Advanced options for developers to influence the core class handling.

Edit the source page on github…