pkshetlie/settings-bundle

Easy way to get and set parameters for a symfony application

v1.0.13 2022-03-01 16:40 UTC

This package is auto-updated.

Last update: 2024-09-29 05:27:46 UTC


README

composer require pkshetlie/setting-bundle

add to AppKernel.php

[ 
       ...
       new Pkshetlie\SettingBundle\SettingBundle(), 
       ... 
]

Add to config.yml

imports:
  ...
  - { resource: "@SettingBundle/Resources/config/services.yml" }

installation is done.

Exemple Usage