Hello, I'm trying to make a form where the user just inserts an image. In theory, the image should be stored as a Blob (Base64) file in the Database, however, Symfony is storing "tmp / php / random value" in the "photo" field of the credential...
Hi, how are you? I'm having a problem with NULL
with Doctrine . What happens: I have some fields in a database table where I save some values for future validations, these fields are nullable = true . I'll give an example: Whe...
Good evening, I have a problem checking for login errors with symfony 4.
I'm trying to log into the system, but I do not know why form , even being method POST sends GET and because of that I can not check if form h...
I'm learning Symfony 4 and am encountering a problem. In version 4 of Symfony the ACL has been discontinued and from what I've seen they are using Voter . I already researched the internet and the documentation but I'm lost, I can not und...
Good Galeri.
I have a curious problem when using DoctrineFixturesBundle.
I have an Application class of type Entity Class that maps to the system table.
In this class there is an attribute called options which is of type json_...
I am creating a skeleton base for my applications and I want to use Symfony 4 and Startbootstrap-SB-Admin .
I already have a skeleton project using Symfony 3 and SB-Admin-2 and another one with Silex . These last ones I cr...