Vui
Vui
Can close this issue since #70 already merged.
Any good news for this PR?
Is this PR ready?
Hi, any good news from this PR?
I found this https://github.com/mark-gerarts/automapper-plus#adding-context The $context got the destination i need, but i saw this line in the doc > The context argument is an array that can contain any...
@mark-gerarts Since we already have the yaml configuration for `create_unregistered_mappings`, I think this issue already solved?
> > You're righe @bastien70. > > Anyway, you can listen to `vich_uploader.post_remove` and implement your logic to delete object. > > I tried, removing the database record from the...
For temporarily workaround, i think you can just insert the image_url by your own?
Interesting though, will need to dig in to the maker-bundle.
> Think I have solved this with: > > ``` > $refreshToken = $this->refreshTokenManager->createForUserWithTtl($user, 604800); > ``` > > My next question, how do I implement a "manual" refresh in...