nofutur3 / nette-doctrine
Helpers and common used entities in Doctrine
dev-master
2018-04-14 08:54 UTC
Requires
- php: >=7.1
- kdyby/doctrine: *
Requires (Dev)
- codeception/codeception: ^2.2
- friendsofphp/php-cs-fixer: ^2.10
- nette/forms: ^2.4
- phpstan/phpstan-shim: ^0.9.2
This package is auto-updated.
Last update: 2024-10-29 04:36:39 UTC
README
Nette integration for Sentry
Installation
The recommended installation is using composer.
If you are not still using composer, you should check it out. It's 2017(+) afterall.
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:
$configurator
->createRobotLoader()
->addDirectory(__DIR__ . 'path/to/library/');