/
AleksWork
/
diary_plants
Обзор
Документация
Войти
/
AleksWork
/
diary_plants
Код
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
config/packages/framework.yaml
26 строк
680 B
AlekseySerov
Add diary js and api controllers for diary event calendar table
06 апр 2026, 12:42
06 апр 2026, 12:42
5cabd24
Код
Авторство
О чём код?
# see https://symfony.com/doc/current/reference/configuration/framework.html parameters: # item count per page items_per_page: '%env(int:ITEMS_PER_PAGE)%' web_url: '%env(int:WEB_URL)%' framework: secret: '%env(APP_SECRET)%' # Note that the session will be started ONLY if you read or write from it. session: true csrf_protection: enabled: true #esi: true #fragments: true # form: # csrf_protection: # enabled: true # field_name: '_token' # Customize the hidden field name when@test: framework: test: true session: storage_factory_id: session.storage.factory.mock_file