symfony-3.4 Questions

1

I am attempting to use a service from another bundle, without creating any dependencies between the bundles. I'm trying to use CompilerPass but this might not be the best method. I have created a ...
Avaavadavat asked 16/3, 2018 at 16:53

1

Solved

I am using Symfony 3.4 with FOSUserBundle~2.0 and EasyAdminBundle^1.17.everything works fine.i can login to system and create user ((ofcourse with commend line)) i using this toutaril but when i wa...
Sewer asked 1/3, 2018 at 7:33

3

Solved

I'm following along with this blog to create unit tests that use my data fixtures as a base. The relevant code: namespace Tests\AppBundle\Repository; use Symfony\Component\Console\Application; us...
Hadley asked 21/2, 2018 at 1:23

1

Solved

I've installed the api-platform demo on a server and I did a client app (working with Symfony 3.3) and I want to display the response in a classic view (Twig). Everything's working fine : I can re...
Demetri asked 16/2, 2018 at 14:27

2

Solved

When I called logger service get this information message in log file it's worked but write this message in the log file: php.INFO: User Deprecated: The "logger" service is private, getting it ...
Nonflammable asked 10/12, 2017 at 21:24

1

Solved

I'm on an api project using FOSRestBundle on Symfony 3.4 and have some error when I want to use my own error messages. It says me: Controller "fos_rest.exception.twig_controller" cannot be fetche...
Suburb asked 9/1, 2018 at 15:44

2

ok this might be a very strange thing. it's not the first time I work a symfony project but: I used the symfony generate:bundle command and after that I created a bundle. Lets call it "CrimeBundle...
Tatiania asked 5/12, 2017 at 19:58

1

Solved

How to setup a different configuration parameters file for each environment? At the moment parameters in parameters.yml are used in both dev and prod environment, but I need different parameters i...
Blumenfeld asked 29/3, 2015 at 10:48

© 2022 - 2024 — McMap. All rights reserved.