baks-dev / users-profile-group
Модуль групп профилей пользователя
Installs: 157
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.3
- baks-dev/core: ^7.1
Requires (Dev)
- roave/security-advisories: dev-latest
- symfony/test-pack: ^1.0
- dev-master
- v7.1.14
- v7.1.13
- v7.1.12
- v7.1.11
- v7.1.10
- v7.1.9
- v7.1.8
- v7.1.7
- v7.1.6
- 7.1.5
- 7.1.4
- 7.1.3
- 7.1.2
- 7.1.1
- 7.1.0
- v7.0.26
- v7.0.25
- v7.0.24
- v7.0.23
- v7.0.22
- v7.0.21
- v7.0.20
- v7.0.19
- v7.0.18
- v7.0.17
- v7.0.16
- v7.0.15
- v7.0.14
- v7.0.13
- v7.0.12
- v7.0.11
- v7.0.10
- v7.0.9
- v7.0.8
- v7.0.7
- v7.0.6
- v7.0.5
- v7.0.4
- v7.0.3
- v7.0.2
- v7.0.1
- v7.0.0
- v6.3.12
- v6.3.11
- v6.3.10
- v6.3.9
- v6.3.8
- v6.3.6
- v6.3.5
- v6.3.4
- v6.3.3
This package is auto-updated.
Last update: 2024-11-02 21:12:23 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). Обратитесь к Файлу лицензии за дополнительной информацией.