Most voted "symfony3" questions
Symfony is an open source PHP framework focusing on fast and easy development cycles including project standards and programming philosophies of the highest level.
Learn more…5 questions
Sort by count of
-
2
votes1
answer436
viewsSymfony Single id is not allowed on Composite Primary key in Entity
I have a view, where Mapeei 3 fields as primary key and 2 of these fields are foreign keys As below: /** * @var NotaFiscal * @ORM\Id * @ORM\ManyToOne(targetEntity="NotaFiscal", inversedBy="itens") *…
-
1
votes1
answer62
viewsSYMFONY 3 -> Could not load type "Tableless Modelbundle Form Datetimetype"
I’m learning SYMFONY 3. Last steps I made before the error.: create crud with Doctrine ORM create your route Enter the post page After loading "Create a new entry" gives the following error.: Could…
-
0
votes1
answer40
viewsSymfony3 project is being accessed by mysite.com/web instead of mysite.com
Hello, I’m using Symfony 3 in my new project. I just uploaded it to the host. However, in order for me to navigate the project, I need to go to the URL mysite.com/web instead of the URL mysite.com.…
-
0
votes1
answer446
viewsSymfony authentication. How to authenticate (simple)
I got a problem here. I’m on a project using symfony (very good Framework), but I’ve seen some complexities of how it authenticates. I was able to log in, however at the time of entering the home,…
-
0
votes0
answers35
viewssymfony error after update Composer
When I executed the commands Composer require symfony/filesystem Post update , is occurring the following error below in my project, on any route I access. Could you help me ? I am using symfony 3.0…