This is base package how to integrate Doctrine to Concrete5. I made this because there is lots of great features in Doctrine what I want to use with Concrete5 Package development.
Added newest versions of Doctrine 2.3.4. Changed the Database config file for more secure way to connect database.
I added Gedmo(https://github.com/l3pp4rd/DoctrineExtensions) extension for doctrine. Now you can add automated timestamps for created and updated propertys.
- Download this or checkout it and move files to package/concrete folder in concrete5
- Make separated database for doctrine for example doctrine_c5 database.
- Config libraries/doctrine.ini Add database connection
- Update console.sh in libraries folder
- Star using.