pecserke / twig-doctrine-loader-bundle
Symfony2 Twig DoctrineLoader Bundle
Installs: 130
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 2
Type:symfony-bundle
Requires
- php: >=5.3.3
- pecserke/universal-mappings: ~1.0@dev
- symfony/doctrine-bridge: ~2.3
- symfony/twig-bundle: ~2.2
Requires (Dev)
- doctrine/doctrine-bundle: ~1.2
- doctrine/mongodb-odm: *@beta
- doctrine/mongodb-odm-bundle: ~3.0@beta
- doctrine/orm: ~2.3
Suggests
- doctrine/couchdb-odm-bundle: Support for loading twig templates from CouchDB
- doctrine/doctrine-bundle: Support for loading twig templates from relation databases
- doctrine/mongodb-odm-bundle: Support for loading twig templates from MongoDB
This package is auto-updated.
Last update: 2024-10-26 22:44:45 UTC
README
This Symfony 2 bundle allows you to store your Twig templates in database using Doctrine2.
Installation
Installation instructions are located in documentation.
License
This bundle is under the MIT license. See the complete license in the bundle:
LICENSE
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.