thank you Mohammed, great video as usual :) nice Ramadhan from Tunisia
@OverSeasMedia5 жыл бұрын
Aye Ramadan Karim my friend . Thank you :)
@oussemasferipro5512 жыл бұрын
Hello really thanks for the video and your explanation. But if we would like to authenticate the user automatically once registered? i'd like to return as a response , once the registration succeds, the user email + a login token to be used later by the front end part for authorization
@andrzejpierz48934 жыл бұрын
Hi , can you help me ? , I got this error : No matching accepted Response format could be determined.
@1metmet114 жыл бұрын
you should read this symfony.com/doc/current/bundles/FOSRestBundle/format_listener.html
@DhiaMagicien5 жыл бұрын
i got this error [Semantical Error] The annotation "@Groups" in property App\Entity\User::$id was never imported. Did you maybe forget to add a "use" statement for this annotation?
@OverSeasMedia5 жыл бұрын
I think you just need to improve the group annotation
@iliyanpetrov46865 жыл бұрын
You should put the requiments for AbstractFosRestController :)
@OverSeasMedia5 жыл бұрын
Hey mate. Could you please explain what I need by put the requirements ?
@iliyanpetrov46865 жыл бұрын
@@OverSeasMedia I mean: in order to use AbstractFOSRestController you need the FosRestBundle. This is for people that are just starting and didn't know that(like me), maybe add it as a comment when writing the AbstractFOSRestController in this video?
@OverSeasMedia5 жыл бұрын
Oh i see. The reason I didn't mention this is because this video is part of a series where we went through a bunch of steps to get here such as installing and all that :)