yottacms/yotta-security-bundle

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

This package is auto-updated.

Last update: 2025-04-15 08:27:51 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'