Romain Monteil

Results 32 comments of Romain Monteil

@maxhelias I just submit a PR, #79 , to add support for Bootstrap 5 :wink:

Hello @LeahCram, currently it is not supported yet for CakePHP 4. I will take a look this week to add it.

> Another idea to throw into the mix: It'd be great to be able to Ctrl + Click through to either the component class and/or template :) This is already...

@andyexeter Same version as yours for PHPStorm and the plugin https://github.com/Haehnchen/idea-php-symfony2-plugin/assets/5331654/8d52bc2a-b81d-4eab-8e98-8357b48e7c18

I'm closing this issue as all suggestions have been addressed and resolved! 👍

Hello @curquiza, @brunoocasali Would you still be interested in getting a recipe for the bundle? If so, I would be happy to submit a PR in the recipes-contrib repository!

Hello @brunoocasali I have opened a PR: symfony/recipes-contrib#1494 If you or anyone else on the Meilisearch team can take a look and give feedback, it would be appreciated 👍.

Well, that was quick, the PR was merged 😄! You can close this issue 😉!

@yched For an anonymous component it will take you straight to the template. However with a defined components (components with a class) it show me a dropdown with component class...

@jbelien yes sure. In my case, I have a listener on some of my entities that geocodes them each time they are created or updated. During my tests, I perform...