I want to add the Username field (input) in bundle FOSCommentBundle without using FOSUserBundlde.
the user must enter his username and comment. The basic model does not offer the pseudo field because it relies on the connected user or "anonymous" if no connected user.
Can you tell me how to do this?
Symfony 4.4
Thank's