Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 355 Bytes

01.installation.md

File metadata and controls

22 lines (16 loc) · 355 Bytes
title permalink
Installation
/installation

Installation

Install the bundle in your project directory:

$ npm install --save @conga/framework-security

Enable the bundle in your application configuration at app/config/bundles.yml:

# app/config/bundles.yml
 
bundles:
    all:
        - "@conga/framework-security"