Posts by Rafael • 17 points
3 posts
-
0
votes1
answer36
viewsQ: Symfony-2 - Location of Assets
My application is being made using Symfony-2, and this application I will not distribute it. Ideally I keep my Assets on AppBundle/Resources/public/ and keep applying console assets:install, or…
-
0
votes1
answer86
viewsQ: Symfony2 + Fosuserbundle - Password without Encoder
Using Symfony2 plus Fosuserbundle, I want the user registration in the database to have no password encoder. In security.yml was placed: encoders: FOS\UserBundle\Model\UserInterface: plaintext…
-
1
votes1
answer59
viewsQ: Symfony2 - Security/Custom User Class
I’m learning how to work a little with Symfony2 and a certain doubt has arisen. Following the Symfony document itself, it teaches you to create a simple login form, where it implements the interface…