stonedz / pff2-doctrine
Doctrine for pff2
Installs: 270
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:pff2-module
pkg:composer/stonedz/pff2-doctrine
Requires
Requires (Dev)
- stonedz/pff2: ^4
README
Doctrine pff2 module
This module enables Doctrine: PHP Open Source Project integration with GitHub - stonedz/pff2: New version of the pff MVC PHP framework
Installation
Add this line in your composer.json require :
"require": { "stonedz/pff2-doctrine": "~1", },
Configuration
After the installation the configuration will be copied in app/config/modules/pff2-doctrine/ folder:
moduleConf: # Set to true to use redis as a cache redis: false redis_port: 6379 redis_host: redis # Leave empty if not used redis_password:
redis: set totrueto enable Redis a cache for Doctrineredis_portredis_hostredis_password: set to empty id your redis server does not require auth.