baks-dev / users-profile-group
用户组模块
v7.1.13
2024-09-15 22:38 UTC
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.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-09-15 22:38:40 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
许可 
MIT 许可证 (MIT)。更多信息请参阅 许可文件。