mvccore/ext-config-yaml

MvcCore - Extension - Config - YAML - extension to have YAML configuration files syntax.

v5.3.0 2024-11-21 15:00 UTC

This package is auto-updated.

Last update: 2024-11-21 16:01:02 UTC


README

Latest Stable Version License PHP Version

Yaml configuration files syntax.

Installation

composer require mvccore/ext-config-yaml

Usage

Add this to Bootstrap.php or to very application beginning:

\MvcCore\Ext\Auth::GetInstance()->SetConfigClass('MvcCore\Ext\Configs\Yaml');