chiqui3d/php-directives-bundle
A small and simple Bundle in Symfony to add PHP directives for your project
PHP => https://www.php.net/manual/en/ini.list.php
Locale => https://www.php.net/manual/en/function.setlocale.php
composer require chiqui3d/php-directives-bundle
Check that the bundle appears in config/bundles.php
PHPDirectivesBundle\PHPDirectivesBundle::class => ['all' => true],
config/packages/php_directives.yaml
These directives will be loaded into any part of your project.
php_directives:
php:
date.timezone: Europe/Madrid
locale:
LC_MONETARY: es_ES
This package is available under the MIT license.
How can I help you explore Laravel packages today?