Installed and used composer require knplabs/knp-time-bundle to render time since ship arrived at.

This commit is contained in:
Krzysztof Płaczek
2024-10-19 17:34:00 +02:00
parent c2998606b5
commit 6172d76b79
8 changed files with 208 additions and 14 deletions

View File

@@ -11,4 +11,5 @@ return [
Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true],
Symfony\UX\Turbo\TurboBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Knp\Bundle\TimeBundle\KnpTimeBundle::class => ['all' => true],
];

View File

@@ -0,0 +1,7 @@
framework:
default_locale: en
translator:
default_path: '%kernel.project_dir%/translations'
fallbacks:
- en
providers: