I’m working on a Symfony project and would like to know why whenever I run the following command in terminal php bin/console server:run it would be immediately followed by this one composer require symfony/mailer. This is a screenshot of terminal: Moreover, this is what I get as an output on http://127.0.0.1:8000/: You can notice that the command text “composer require
Tag: symfony-4.4
symfony – getting logged out at form->handleRequest
I have a problem regarding my Symfony4 App. What is happening? I want to build a “Change Password” function for the currently logged in user. So far everything is fine imo. When I submit the form everything seems to have worked fine (redirect to correct page, page is displayed, .. ). But when I want to navigate to another page
Add TINYINT to Doctrine SQL types
Following Symfony doc, I tried to add TINYINT as entity column type. So far it works well, but two problem remain… Each time I want to perform a migration, Doctrine can’t reconize TINYINT for the …
Why after upgrading to Symfony 4.4 I no longer get the error preview pages?
I’ve just updated a project from Symfony 4.3 to 4.4. After the update when I have an error the page shown is the production error page with the “Oops! An Error Occurred!”, not the dev error page with all the trace of the error. Also the profiler doesn’t log the error page, I can see all the requests in the