App

In this configuration file you can add attributes (ex. "foo":"100") from which you can access all the classes that will be inherited from the Template through the command $this->app->foo.
There are also two reserved attributes:

  • urlCaseSensitive: this allows you to disable the case sensitive of the url
  • cache: this allows you to disable the cache of all js and css in the app
{
  "urlCaseSensitive": false,
  "cache": {
    "css": true,
    "js":  true
  }
}