Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 508 Bytes

File metadata and controls

22 lines (16 loc) · 508 Bytes

ZfSnapEventDebugger

Event Debugger for ZendDeveloperTools in Zend Framework 2

Instalation

Add dependencies to composer.json:

{
    "require-dev": {
        "snapshotpl/zf-snap-event-debugger": "1.*",
        "zendframework/zend-developer-tools": "dev-master"
    }
}

And add module ZfSnapEventDebugger in appilcation.config.php. That's it!

Screenshot