Doctrine utils for Nette framework
, (*1)
Nette integration for Sentry, (*2)
Installation
The recommended installation is using composer., (*3)
If you are not still using composer, you should check it out. It's 2017(+) afterall., (*4)
composer require nofutur3/nette-doctrine
Alternative way - in case you are not able to use composer. Download the source code (ie clone git repo) into your project
and require it some way. For nette framework like this in your bootstrap file:, (*5)
$configurator
->createRobotLoader()
->addDirectory(__DIR__ . 'path/to/library/');
Included