yottacms/yotta-phpsettings-bundle

Yotta Php.ini settings bundle

v0.1.2 2018-05-31 10:32 UTC

This package is auto-updated.

Last update: 2024-04-15 06:40:05 UTC


README

An easy way to set the php.ini settings in Symfony 4

Installation

composer require yottacms/yotta-phpsettings-bundle
// config/bundles.php
// ...
return [
    \YottaCms\Bundle\YottaPhpSettingsBundle\YottaPhpSettingsBundle::class => ['all' => true],
    // ...
];
# config/packages/yotta.yml
yotta_php_settings:
    ini:
        - {"date.timezone": "Europe/Minsk"}