Symfony 2 Core bundle
Provides basic and usefull function in Symfony 2
- Konfig - Service for simple text comfiguration.
- Class for media(images,etc) managment
- Dql Modification that allow to use date function (Day,Month,Year) in dql
- Basic authentication - based on FOS User Bundle
- Controller and Twig for basic user authentication
- Twig extension that gives file_exists function in twig
- Simple Logger service - Simple service for logging operation
in app/AppKernel.php add
new Poznet\CoreBundle\CoreBundle()
