baks-dev/users-profile-group

Модуль групп профилей пользователя

v7.1.14 2024-10-23 22:04 UTC

README

Version php 8.3+

Модуль групп профилей пользователя

Установка

$ 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

Лицензия License

The MIT License (MIT). Обратитесь к Файлу лицензии за дополнительной информацией.