symfony-blog icon indicating copy to clipboard operation
symfony-blog copied to clipboard

Dépôt pour la création d'un blog (CMS) avec Symfony 6, Bootstrap 5 et EasyAdmin 4

Results 1 symfony-blog issues
Sort by recently updated
recently updated
newest added

``` ` {% if article.featuredImage %} {% endif %} {{article.title}} {{ article.createdAt|date('d-M-Y')}} {{ article.featuredText ?: article.content|striptags|slice(0, 130) ~ '...' }} ` ```