Hayu
Hayu
Hello, I'm using the native attributes on sf6 but your plugin only adds annotations. Is there a way to transform this?
Hello, I test your project but with queries returning a boolean example: SELECT IF( validation = 1 AND aat.id_type_account = 3 , 1,0) FROM spc_da sd LEFT JOIN account aa...
Hi I have been using your plugin for a long time with a theme that I created, however I have had a problem for a while, my AMP pages are...
Hi, Your project work with command `pjp bin/console server:run` But if i want access directly with wamp. I have the result `[object Object]` It's normal? I miss a php extension?...
Hi, I need to view some step files. I came across your project, but it's no longer available (CDN file). Can you reactivate it?
Hi, In your doc `# app/config/routing.yml my_very_secret_route: pattern: /admin defaults: { _controller: HelloBundle:Admin:index } options: expose: false` In SF6 for work ` #app/config/routes.yaml phone_verif: path: /verification/phone/{extension} controller: App\Controller\TelephoneController::phoneverif options: expose:...
For our project, we need to have full control over dependencies and keep them internal. I saw that there was a PR using SetInternalLibs. I wanted to know if this...