Skip to content
Merged
Show file tree
Hide file tree
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
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,6 @@ Checks the difference of that definition with the database and creates a migrati

Asks for the block you want to extend and creates the twig extension file for you

### SQL Logger for Console Debugging

Prints executed SQL to the console, in such a way that they can be easily copied to other SQL tools for further
debugging. This is similar to the symfony debug bar, but useful in CLI commands and tests.

Usage:

Kernel::getConnection()->getConfiguration()->setSQLLogger(
new \Frosh\DevelopmentHelper\Doctrine\EchoSQLLogger()
);

## Known issues

### Some HTML is not rendered correctly when this plugin is active 💣
Expand Down
29 changes: 0 additions & 29 deletions src/Doctrine/EchoSQLLogger.php

This file was deleted.