teltek/pumukit-cas-bundle

PuMuKIT 的 CAS 组件包

安装次数: 6,187

依赖项: 0

建议者: 0

安全: 0

星标: 1

关注者: 8

分支: 0

开放性问题: 0

类型:symfony-bundle

1.2.0 2021-10-18 06:36 UTC

This package is auto-updated.

Last update: 2024-09-17 10:12:10 UTC


README

此组件包允许 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