Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,23 +245,6 @@ To register custom hydrator, add it to the list in following format:
],


Logger
======

Enable logging of Laravel Doctrine and Doctrine by using the logger
functionality.

Available loggers

* ``LaravelDoctrine\ORM\Loggers\LaravelDebugbarLogger``
* ``LaravelDoctrine\ORM\Loggers\ClockworkLogger``
* ``LaravelDoctrine\ORM\Loggers\FileLogger``

.. code-block:: php

'logger' => env('DOCTRINE_LOGGER', false),


Cache
=====

Expand Down
Loading