yottacms / yotta-phpsettings-bundle
Yotta Php.ini settings bundle
v0.1.2
2018-05-31 10:32 UTC
Requires
- php: >=7.1
Requires (Dev)
- phpunit/phpunit: ^5.6.4
- symfony/config: ^3.2
- symfony/dependency-injection: ^3.2
- symfony/event-dispatcher: ^3.3
- symfony/framework-bundle: ^3.3
- symfony/http-foundation: ^3.3
- symfony/http-kernel: ^3.3
This package is auto-updated.
Last update: 2025-04-15 08:56:25 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"}