Download the PHP package dm-laravel-admin-ext/sso without Composer
On this page you can find all versions of the php package dm-laravel-admin-ext/sso. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dm-laravel-admin-ext/sso
More information about dm-laravel-admin-ext/sso
Files in dm-laravel-admin-ext/sso
Download dm-laravel-admin-ext/sso
More information about dm-laravel-admin-ext/sso
Files in dm-laravel-admin-ext/sso
Vendor dm-laravel-admin-ext
Package sso
Short Description laravel-admin 单点登录扩展
License MIT
Homepage https://github.com/sessionliang/laravel-admin-ext-sso
Package sso
Short Description laravel-admin 单点登录扩展
License MIT
Homepage https://github.com/sessionliang/laravel-admin-ext-sso
Please rate this library. Is it a good library?
Informations about the package sso
laravel-admin-ext-sso
install
composer require dm-laravel-admin-ext/sso
configure
publish config.php and migration
php artisan vendor:publish --provider="DM\SSO\SSOServiceProvider"
migrate:
php artisan migrate
this command will create oss tables to authorize.
you can create sso client through command
php artisan sso:create
add middleware to Http/kernel.php
usage
Get redirect url to client
All versions of sso with dependencies
PHP Build Version
Package Version
The package dm-laravel-admin-ext/sso contains the following files
Loading the files please wait ....