URL Slug🔗
Allow you to convert entities titles or names into url friendly slugs using symfony/string.
For example:
Développeur Expert Back end Symfony 2 (H/F)
becomes:
developpeur-expert-back-end-symfony-2-h-f
Installation🔗
1 | |
Usage🔗
1 2 | |
Note: See documentation for extra configuration.
Interface and implementation🔗
The interface to add in your src/Domain or src/Application depending where you need to generate slugs:
1 2 3 4 | |
The implementation to add in your src/Infra:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | |
Last update: October 14, 2025