yottacms/yotta-security-bundle

v0.1.4 2018-02-23 17:03 UTC

This package is auto-updated.

Last update: 2024-04-15 06:19:48 UTC


README

Installation

composer require yottacms/yotta-security-bundle
// config/bundles.php
// ...
return [
    \YottaCms\Bundle\YottaSecurityBundle\YottaSecurityBundle::class => ['all' => true],
    // ...
];
# config/services.yml
parameters:
    mailer_user: 'mail@example.com'