PuMuKIT 的 CAS 组件包
github.com/pumukit/PumukitCasBundle
主页
源代码
问题
安装次数: 6,187
依赖项: 0
建议者: 0
安全: 0
星标: 1
关注者: 8
分支: 0
开放性问题: 0
类型:symfony-bundle
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
proprietary 293bbf67d7ab008a8fce5bafa12ce771b451f26c
symfonybundlecaspumukitteltek
This package is auto-updated.
Last update: 2024-09-17 10:12:10 UTC
此组件包允许 PuMuKIT 使用 CAS 作为单点登录。
如何安装组件包
composer require teltek/pumukit-cas-bundle
如果没有,请在 config/bundles.php 中添加以下内容
Pumukit\CasBundle\PumukitCasBundle::class => ['all' => true]
然后执行以下命令
php bin/console cache:clear php bin/console cache:clear --env=prod php bin/console assets:install