Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 446 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 446 Bytes

Symfony Toolbox

This package add some tools for developers who use Symfony

Domain

TODO: Create documentation

Twig

Intl Extension

Configuration

Put this inside service:

AppoloDev\SFToolbox\Twig\IntlExtension:
    tags:
        - { name: twig.extension }

Usage

{{ date|localizeddate('d LLLL', 'fr') }}

Formats can be found here