Marcus Stöhr

Results 40 comments of Marcus Stöhr

@Rvanlaak Using the collection type it is already possible to achieve what you want with a single step.

I think adding some kind of Cookbook like Symfony is a good idea. a) yes b) in the documentation c) Markdown like the documentation d) let's see how other bundles...

Hmm, that sucks. Maybe @bschussek has some insight form ninja tricks he can share with us?

@stakovicz I just tested your bundle in an application of mine. At first glance it worked pretty good. Just install, change the form type and you're good to go. It...

@yassinehamouten Would it be ok for you when I create a PR with your changes?

Done: https://github.com/l3pp4rd/DoctrineExtensions/issues/223

I saw that we now have the ability to force regeneration of a slug by setting it so null. So I came up with the following command https://gist.github.com/95b08d3a9aeecde49133. I tested...

I third this request. This would be very handy to have the ability to specify an remote source just like the jQuery UI autocomplete feature. Or maybe even better: Include...

Time for @pfiller to join the conversation I guess.

You can implement your own deployer class by extending `EasyCorp\Bundle\EasyDeployBundle\Deployer\AbstractDeployer`. This way you have complete control over each method you need to customize.