Wouter de Jong
Wouter de Jong
Can we maybe move this forward? I'm trying to update the CMF sandbox to use KnpMenuBundle 2.0 (as it's now required by Sonata). I'm currently unable to transform the code...
> Yet, the code is exactly like this in the documentation, it will be good to correct it ! If you click on the "edit" symbol on the top left...
MSSQL error will probably be fixed by #42
Hmm, in Laravel, you can call `$migrator->path('my-custom-path')`. However, you can't do that with my Bundle yet. I have to think of a nice way to configure all these classes in...
I'm not entirely sure, but it seems like calling [`Manager::setFetchMode()`](https://github.com/illuminate/database/blob/c441dfc8921dc195848c2084406aaad1d1543bf0/Capsule/Manager.php#L150-L155) should work.
It's often better to start a PR if the change is scoped like this one. Easier to judge the impact, and PRs often get more attention than issues :)
At the moment (1) and (2) is already covered: https://github.com/wouterj/WouterJEloquentBundle/blob/master/tests/Functional/MigrationsTest.php So we just need to extend this with (3).
Hi! Can you share in which scenario you get this warning? The service should not be used when there is no WebProfilerBundle (and this bundle requires Twig to be installed),...
@robinbrisa please keep this issue focused on the actual bug/feature. See https://symfony.com/support for some common channels to get community support (e.g. GitHub discussions or Slack).
Maybe it is worth asking the Doctrine team whether they want to maintain the required annotations in their own code (or help maintaining this stub package). They seem to be...