drago-ex/parameters

Access to parameters in the application for Nette Framework

v1.0.5 2023-12-08 07:40 UTC

This package is auto-updated.

Last update: 2024-04-12 07:32:45 UTC


README

Access to parameters in the application.

License: MIT PHP version Tests Coding Style CodeFactor Coverage Status

Technology

  • PHP 8.1 or higher
  • composer

Installation

composer require drago-ex/parameters

Extension registration

extensions:
	- Drago\Parameters\DI\ParametersExtension(appDir: %appDir%, wwwDir: %wwwDir%, tempDir: %tempDir%)

Path to application directory

$this->appDir;

Path to public directory

$this->wwwDir;

Path to temporary directory

$this->tempDir;