A laravel package provides CAS server implementation , copy to leo108/laravel_cas_server
fengxin8144/laravel_cas_server is a Laravel package for a laravel package provides cas server implementation , copy to leo108/laravel_cas_server.
It currently has 0 GitHub stars and 1 downloads on Packagist.
Install it with composer require fengxin8144/laravel_cas_server.
Discover more Laravel packages by fengxin8144
or browse all Laravel packages to compare alternatives.
Last updated
composer require fengxin8144/laravel_cas_serverfengxin8144\CAS\CASServerServiceProvider::class to the providers field in config/app.phpphp artisan vendor:publish --provider="fengxin8144\CAS\CASServerServiceProvider"config/cas.php, fields in config file are all self-describedphp artisan migrateApp\User implement fengxin8144\CAS\Contracts\Models\UserModelfengxin8144\CAS\Contracts\TicketLockerfengxin8144\CAS\Contracts\Interactions\UserLoginhttp://your-domain/cas/login to see the login page (assume that you didn't change the router.prefix value in config/cas.php)If you are looking for an out of box solution of CAS Server powered by PHP, you can check php_cas_server