baks-dev / users-profile-group
Модуль групп профилей пользователя
Package info
github.com/baks-dev/users-profile-group
Type:symfony-bundle
pkg:composer/baks-dev/users-profile-group
v7.4.5
2026-05-13 08:29 UTC
Requires
- php: >=8.4
- baks-dev/core: ^7.4
Requires (Dev)
- roave/security-advisories: dev-latest
- symfony/test-pack: ^1.0
This package is auto-updated.
Last update: 2026-06-13 08:39:37 UTC
README
Модуль групп профилей пользователя
Установка
$ composer require baks-dev/users-profile-group
После первичной установки
Добавляем Администратора ресурса
php bin/console baks:users-profile-type:user php bin/console baks:auth-email:admin php bin/console baks:users-profile-user:admin php bin/console baks:users-profile-group:admin
Дополнительно
Установка конфигурации и файловых ресурсов:
php bin/console baks:assets:install
Рекомендуется в composer.json проекта добавить в секцию автоматическое выполнение
"scripts": { "auto-scripts": { "baks:assets:install": "symfony-cmd", "baks:cache:clear": "symfony-cmd" }, "post-install-cmd": [ "@auto-scripts" ], "post-update-cmd": [ "@auto-scripts" ] }
Изменения в схеме базы данных с помощью миграции
php bin/console doctrine:migrations:diff php bin/console doctrine:migrations:migrate
Тестирование
php bin/phpunit --group=users-profile-group
Лицензия 
The MIT License (MIT). Обратитесь к Файлу лицензии за дополнительной информацией.