Download the PHP package yjtec/laravel-cas without Composer
On this page you can find all versions of the php package yjtec/laravel-cas. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-cas
1.在AUTH GUARD中添加
1.1 config->auth.php配置文件中添加
驱动为cas
服务的提供者为eloquent (通过主键id来查询对应的登陆账号信息)
中间件中使用过
2.单独使用验证ticket
app('cas')->check(string $ticket); 通过返回登陆的携带信息 不通过返回false
All versions of laravel-cas with dependencies
PHP Build Version
Package Version
Requires
yjtec/support Version
^1.0
The package yjtec/laravel-cas contains the following files
Loading the files please wait ...