Symfony is a very useful PHP framework, specially the admin generator features! Just define the database schema, run few command and without writing a single code (errr.... sort of) the basic CRUD (Create Read Update Delete) functionality is ready! In addition, table listing, search features (with filtering function) and batch action is there too! It's amazing and thanks to Symfony developer effort on this.
However, the output still lack of other essential features like
- Site header and site footer
- User authentication, user account, user permission and user group.
- Menu system
- and so on....