gekomod/settings-bundle

Symfony Gekomod/SettingsBundle

1.13.3 2021-04-11 17:35 UTC

This package is auto-updated.

Last update: 2024-04-20 02:13:08 UTC


README

Tests Symfony 2.x, 3.x and 4.x Codacy Badge Packagist Stable Version Packagist License

Ustawienia z poziomu Sonata Admin + Mysql - Każdą dodaną opcje do bazy można odczytać w Twig Oraz w Kontrolerze.

Install Settings

php bin/console settings:install

Read From Twig

{{ 'debug'|settings_get }}

Read From Controller

$this->container->get('settings.new')->getSettings('debug');