I installed "Knp Paginator" and everything works fine but if i try to do a search in the search bar (this search bar does not depend on Knp Paginator) i have th
I am using : Symfony 5.4 + ApiPlatform + JWTRefreshTokenBundle 1.1 JWTRefreshTokenBundle => https://github.com/markitosgv/JWTRefreshTokenBundle I need to ch
I am using : Symfony 5.4 + ApiPlatform + JWTRefreshTokenBundle 1.1 JWTRefreshTokenBundle => https://github.com/markitosgv/JWTRefreshTokenBundle I need to ch
I'm trying to register a credit card with MangoPay. I've installed the mangopay/php-sdk-v2 package. To register a credit card, it needs three steps. Create a to
For our new intranet we want to use Contao. So that we do not want to create each employee by hand. One of the requirements is that LDAP users can log in to the
When I use: php bin/console make:entity to create a new db entity, I get the following error: In DoctrineHelper.php line 180: Class "Doctrine\Persistence\Mappin
Coming from a NodeJS environment, this seems like a nobrainer but I somehow did not figured it out. given the function: /** * @Route("/", name="create_
When working with the API platform (Symfony) I only expose some of my entity's properties to the API. That works pretty good with groups, the output DTO and Dat
I am coming to you with a problem to which I couldn't find a solution on google after hours of googling. I want to be able to send emails by using different SMT
I'm trying to add an auth system with JWT to my REST API but since I added my system and modified my security.yaml I have those errors:
I have developped an online learning website with EasyAdmin as backend. Everything works fine, but I'd like to hide or disable the search bar on top of the crud
I want to create a form in symfony with a double checkbox, in mode You approve the privacy policy or you don't approve the privacy policy. []I approve the priva
Strange behavior. If enter any phrase in the link, that should lead to a 404 page. Instead, an 404 error is raised: Unable to generate a URL for the named route
For example i have a simple entity "Cars" with a ManyToOne relation "Brands". class Brands { /** * @ORM\Id() * @ORM\GeneratedValue() * @ORM\C
I have a Symfony web app. As per default, all site calls are routed by Symfony. However, when I want to call for example mysite.com/public/example.img and retre
I upgrade my project from SF 5.4 to SF 6 with php 8.1.2. With my dev env I have no errors! When I use the prod env when I cache clear I have the error: In Route
I have a Symfony project, where the frontend-pipeline is built with Webpack Encore, I would like to add React to the project and have a React widget inserted in
I am trying to add the webpack-encore-bundle to my Drupal site, I have this in services.yml file: services: webpack_encore.twig_entry_files_extension: cla
I am preparing a form for the user's choice of a game according to selected parameters. I am using the EntityType class. Example: ///... -> add ('Age_of_year
I've inherited an older project to provide maitanance. I don't have Symfony experience, I am coming from Laravel/Yii experience. I've tracked down a certain aja