teltek/pumukit-cas-bundle

CAS bundle for PuMuKIT

Installs: 5 678

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 8

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.2.0 2021-10-18 06:36 UTC

This package is auto-updated.

Last update: 2024-04-17 09:16:04 UTC


README

This bundle allows PuMuKIT use CAS as SSO.

How to install bundle

composer require teltek/pumukit-cas-bundle

if not, add this to config/bundles.php

Pumukit\CasBundle\PumukitCasBundle::class => ['all' => true]

Then execute the following commands

php bin/console cache:clear
php bin/console cache:clear --env=prod
php bin/console assets:install