yottacms/yotta-security-bundle

Yotta security bundle

Maintainers

Package info

github.com/yottacms/yotta-security-bundle

pkg:composer/yottacms/yotta-security-bundle

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-15 10:33:00 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'