Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 325 Bytes

INSTALL.md

File metadata and controls

17 lines (13 loc) · 325 Bytes

Installation

{
    "require" {
        "cypresslab/console-defaults-bundle": "~0.3"
    }
}

register the bundle in your AppKernel.php

$bundles[] = new Cypress\ConsoleDefaultsBundle\CypressConsoleDefaultsBundle();

<- back to readme