Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

Settings

How to set?

Settings files are in /config/ directory. inside the directory we may find /config/origin/ - the depot of files stored there will be the main default config set. In this specific directory we can create more directories for different config set, for example:


● for the default environment: /config/origin/

● for the dev environment: /config/dev/

● for the prod environment: /config/prod/

● for the test environment: /config/test/


The file that make the decision on which directory to channel the system is the /config/origin/itinerary.php file. In this file we can configure a hosts ip that will guide to the right config set. If config file's does not exist on the desire itinerary path, a config file set from the /config/origin/ directory will be loaded instead.

Example:
Info Panel
Roll it!   ⇔