I try to create a new API rest on monolithic project with symfony 4.4, api-platform 2.6.8, i have to use yaml configuration, but i have the same issue with anno
As my IDE points out, the AbstractController::getDoctrine() method is now deprecated. I haven't found any reference for this deprecation neither in the official
In my Symfony 6 project, I am trying to load a fixture: /** * @param ObjectManager $manager */ public function load(ObjectManager $manager): void { $mana
Ok, so I have a text field in which I type a string and I have a button next to it. <div class="sidebar-search"> <div class="input-group custom-se
When running composer install in production I get a new error message today: $ composer install Installing dependencies from lock file (including require-dev) V
I started my Symfony 6 project with Docker successfully. I have a problem when accessing the PHP container and trying to run php bin/console doctrine:migrations
I have a simple Symfony application, using Webpack Encore. I also have a nginx server, with this below configuration to access to my Symfony app: server {
I got this message error: On stack trace I cant find the file that produces it. I'm using symfony 5 and doctrine. Undefinied class constant 'JSON_ARRAY' I sear
I need to create a search input inside my symfony 6.0 project. I'm using PHP 8.1.5 In the old days i used the following syntax with annotations : /** * @ORM\Ta
Setup & Problem There are two entities in my Symfony project (Entries and Persons) that are associated by a many-to-many relationship. An Entry (extended in
I created a new controller with a new route. I dump generate my new fos_js-routes.json with this command : php bin/console fos:js-routing:dump My new json was
I have been looking for a solution for a while now. All authentication system is in place, I get my token but when I use it to retrieve the data I get a 404 jwt
I'm trying to display a json array on the EasyAdmin detail page. I read here Is there a way to represent a JSON field in EasyAdmin 3? that you can use ArrayFiel
I am approaching Symfony 4.4 Message Queue with the Doctrine Transport. How can I get an overall view of the queue status? I noticed that Doctrine stores the qu
Despite making them appear to be environment variables, Symfony does not actually load secrets into the environment, so you can't access them via getenv() or $_
I have object: Shipment with property Supplier of class Company App\Entity\Shipment id:1234 status:"wait" supplier:Proxies\__CG__\App\Entity\Company when $q
I'm using JMSSerializerBundle in my entities definition, and RestBundle's annotations in controllers. I have an entity with public and admin-protected attribute
I'm exploring the new system for User Authentication using the new AbstractAuthenticator class in my symfony 5 project. My symfony app will contain a mix of rou
I'm working with Symfony 6 and a TempusDomini datepicker. I have read (amongst many others) the symfony documentation, https://symfony.com/doc/current/reference
I don't know if it's a good practice or what ever, but I would like to dispatch an event when an order is created, then I wish catch this event inside a control