Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 407 Bytes

1-installation.md

File metadata and controls

29 lines (18 loc) · 407 Bytes

Installation

Install process is very simple.

Add the dependency with Composer

$ composer require yokai/security-token-bundle

Enable the bundle

<?php
// config/bundles.php

return [
    // ...
    Yokai\SecurityTokenBundle\YokaiSecurityTokenBundle::class => ['all' => true],
];

« READMEConfiguration »