Introduction In this article I will talk about Easy Admin Bundle, a new Symfony Admin Generator that is trully easy to configure and install. Symfony Admin Generator Until Symfony 1.4 we had an admin generator that automatically created our CRUD forms for our DB entities. Since 2.0 the admin generator is no longer included in the…
Symfony
Introduction In this article I will explain how to install Assetic (not available in the standard edition since 2.8 version) in Symfony 3. For learn purposes I will explain how to do it in a single case scenario: compile less files and generate css. Installation Steps 1. Install Assetic As I have said before, since…
When we have to map a doctrine entity, we have to establish a new route or we have to establish a new lifecycle callback in our Symfony2 project, we have to made a choose, what technique will we use? We have two options (XML and YAML are considered the same technique with different markup languages): annotations….
Showing all 3 posts