This is a simple Symfony 2 Application that's been setup to with assetic asset management, the FOSUserBundle for user management and jQuery 1.9 and Bootstrap 2.3.
It provides the following Entities:
- Items - Simple entities with an identifier and a description.
- Categories - Items can be assigned to a single Category.
- Tags - Items can be added to multiple Tags.
The CRUD for all three entities have been generated.