Top "Symfony-3.4" questions

This is the Symfony 3.4.x specific tag.

Symfony - inject doctrine repository in service

according to How to inject a repository into a service in Symfony2? it's like acme.custom_repository: class: Doctrine\ORM\…

php symfony doctrine-orm symfony-3.4
Symfony 3.4 logger service

When I called logger service get this information message in log file it's worked but write this message in the …

symfony symfony-3.4
Symfony 3.4.0 Could not find any fixture services to load

I am using Symfony 3.4.0, I try to load fixtures with: php bin/console doctrine:fixtures:load An error occurred while …

symfony doctrine fixtures symfony-3.4
Symfony 3.4 Use view inside my bundle

I've some trouble for the configuration of a new repository using Symfony 3.4. I've used the symfony command for create him …

php symfony symfony-3.4
Routing not working in Symfony 3.4

I have created a new Symfony 3.4 project using: composer create-project symfony/skeleton my-project After that I added the following components: …

symfony symfony-3.4
How to configure PhpStorm to use symfony/phpunit-bridge

I had problems with configuring PhpStorm IDE to use http://symfony.com/doc/current/components/phpunit_bridge.html while working …

php symfony phpstorm symfony3.x symfony-3.4
Symfony Update 2.8 to 3.4

I wanted to upgrade my old Symfony project from 2.8 to 4.0 but I stacked at upgrade from 2.8 to 3.4. I used this …

php symfony upgrade symfony-2.8 symfony-3.4
How do I get an environment parameter in a controller In Symfony 3.4?

In the dev environment of a Symfony 3.4 application, I am trying to store credentials as environment variables. I can’t …

symfony environment-variables symfony-3.4
Migrate to symfony 4 from symfony 3.4

My project is currently setup with 3.4 version of symfony. I want to move to symfony4. So I moved to symfony4 …

php symfony migration symfony4 symfony-3.4
How to fix Symfony 3.4 @Route and @Method deprecation

I have a Symfony 3.4 project and I have found below messages in profiler: “Sensio\Bundle\FrameworkExtraBundle\Configuration\Route” annotation is …

symfony routing symfony-3.4 deprecation-warning