mvccore/ext-config-yaml

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

v5.2.2 2024-03-14 14:56 UTC

This package is auto-updated.

Last update: 2024-04-14 15:14:05 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');