Tac Tacelosky
Tac Tacelosky
@ToshY Cool, thanks, I'll check it out. I have a meilisearch service in a bundle that integrates datatables.net with api-platform, it works great but I now need the same functionality...
The issue for me is that I no longer have node and building assets as part of the release process.
yeah, that didn't work either. I injected into the services and that finally worked: ```yaml # services.yaml Symfony\Component\HttpKernel\Profiler\Profiler: '@profiler' ``` But that didn't disable the routes :-( So I tweaked...
What do you think of an 'excluded routes' and 'excluded paths' properties in the bundle? We would need to add a configuration extension, which is _much_ easier to do if...
Thanks for your detailed answer. I like seeing the generated routes, it takes some of the mystery out of what's being tested. But I understand that continually regenerating the code...
> add authentication on certain parts like administration panel. Can you show an example? #19
this looks great, I played around with it a little bit and can't wait until it's merged. What's the reason it's blocked?
I don't know much about rebasing using the git commands. But the changes here are mostly new files, plus some small tweaks in registering the services. I can create a...
@94noni -- my efforts at giving you the credit you rightly deserve! In fact, I used your code as an template for an unrelated bundle. It's a pain to debug...
@94noni -- I believe it's ready for review! I've only tested it with php 8 and Symfony 7, though