ewll / user-bundle
User Bundle
Installs: 480
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 23
Type:symfony-bundle
Requires
- php: ^7.3
- ext-gd: *
- ext-json: *
- ewll/db-bundle: ^2.16
- ewll/mailer-bundle: ^1.2
- facebook/graph-sdk: ^5.7
- google/apiclient: ^2.4
- guzzlehttp/guzzle: ^6.3
- symfony/form: ^5
- symfony/framework-bundle: ^5
- symfony/translation: ^5
- symfony/validator: ^5
- vkcom/vk-php-sdk: ^5.101
- dev-master / 1.x-dev
- 1.11
- 1.10.5
- 1.10.4
- 1.10.3
- 1.10.2
- 1.10.1
- 1.10
- 1.9
- 1.8
- 1.7
- 1.6
- 1.5.1
- 1.5
- 1.4
- 1.3.1
- 1.3
- 1.2
- 1.1.2
- 1.1.1
- 1.1
- 1.0
- 0.2
- 0.1
- dev-dependabot/npm_and_yarn/front/express-4.18.2
- dev-dependabot/npm_and_yarn/front/qs-6.5.3
- dev-dependabot/npm_and_yarn/front/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/front/vuetify-2.6.10
- dev-dependabot/npm_and_yarn/front/terser-4.8.1
- dev-dependabot/npm_and_yarn/front/shell-quote-1.7.3
- dev-dependabot/npm_and_yarn/front/eventsource-1.1.1
- dev-dependabot/npm_and_yarn/front/async-2.6.4
- dev-dependabot/npm_and_yarn/front/minimist-1.2.6
- dev-dependabot/npm_and_yarn/front/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/front/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/front/node-sass-7.0.0
- dev-dependabot/npm_and_yarn/front/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/front/ws-6.2.2
- dev-dependabot/npm_and_yarn/front/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/front/browserslist-4.16.6
- dev-dependabot/npm_and_yarn/front/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/front/lodash-4.17.21
- dev-dependabot/npm_and_yarn/front/y18n-3.2.2
- dev-dependabot/npm_and_yarn/front/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/front/highlight.js-9.18.5
- dev-MP-05-change-telegram-two-factor-registration
- dev-dependabot/npm_and_yarn/front/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/front/websocket-extensions-0.1.4
This package is auto-updated.
Last update: 2025-03-11 08:35:23 UTC
README
##Installation
composer require ewll/user-bundle
Add to packages configuration:
ewll_user:
salt: '%env(EWLL_USER_SALT)%'
domain: '%env(DOMAIN)%'
telegram_bot_name: '%env(TELEGRAM_BOT_NAME)%'
telegram_bot_token: '%env(TELEGRAM_BOT_TOKEN)%'
monolog:
handlers:
user:
type: rotating_file
path: "%kernel.logs_dir%/user.%kernel.environment%.log"
level: info
channels: [user]
max_files: 30
ewll_db:
bundles:
- 'EwllUserBundle'
Create App\Entity\User
Create the base letter template in ./templates/letter/letterBase.html.twig with: {% block subject %}{% endblock %} {% block body %}{% endblock %}