yottacms/yotta-security-bundle

Yotta security bundle

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/yottacms/yotta-security-bundle

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

This package is auto-updated.

Last update: 2025-09-15 09:24:20 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'