nofutur3/nette-doctrine

Helpers and common used entities in Doctrine

dev-master 2018-04-14 08:54 UTC

This package is auto-updated.

Last update: 2024-03-29 02:58:25 UTC


README

Build Status Downloads this Month Latest stable

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/');

Included