gekomod/settings-bundle

Symfony Gekomod/SettingsBundle

1.15 2024-06-08 22:22 UTC

This package is auto-updated.

Last update: 2024-11-08 23:32:30 UTC


README

Tests Symfony 4.x and 6.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');