Gabi Udrescu
Gabi Udrescu
@javiereguiluz can we help in some way?
well, I had this JSON exported from PHPStorm (DataGrip) and couldn't use it with twigfiddle as I didn't know what was the name of the object I can iterate on:...
I tried to use dump() function to see the available context, but it wasn't working. any reasons why this is not available? anyway, I understand your position and if this...
the reason I wanted to use dump() function was to see what variables I have available in the twig env. instead of implementing a new dump function, I would rather...
Side note: this was debated with @vvasiloi on a glass of wine during a Google Hangouts Sessions
Hmm, indeed. I opened this after I have tested this https://github.com/monsieurbiz/SyliusSearchPlugin And I think for some reason, they don't use Symfony Http client. What would you want to see in...
@loic425 any input on this?
@loic425 your argument makes sense. the reason I think this should be in the app instead of a cookbook is because it will promote a way of thinking to those...
afaik, Symfony binary is providing only PHP, not the entire stack required for a modern app: MySQL, Redis, queuing, nodejs for frontend etc. and I remember Jedisjeux had a docker...
I did this PR because I wanted to start working on https://github.com/Monofony/SymfonyStarter/pull/238 and I realized that I don't have a working environment on my laptop. And since I created a...