runroom-packages/user-bundle
Composer 安装命令:
composer require runroom-packages/user-bundle
包简介
Manage admin users for Sonata
README 文档
README
This bundle is inspired and replaces SonataUserBundle to have a working solution for Symfony 5 with the new authentication mechanism. It also picks some features of FOSUserBundle and classes generated by the SymfonyMakerBundle.
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
composer require runroom-packages/user-bundle
Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles in config/bundles.php file of your project:
// config/bundles.php return [ // ... Runroom\UserBundle\RunroomUserBundle::class => ['all' => true], ];
Update doctrine schema
Finally, execute doctrine schema update to create the new tables:
console doctrine:schema:update --force
Contribute
The sources of this package are contained in the Runroom monorepo. We welcome contributions for this package on runroom/runroom-packages.
License
This bundle is under the MIT license.
统计信息
- 总下载量: 3.57k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-09-27