icrewsystems / sso-system
There is no license information available for the latest version (dev-master) of this package.
Package info
github.com/icrewsystemsofficial/sso-system
Type:project
pkg:composer/icrewsystems/sso-system
dev-master
2025-07-30 14:42 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-29 02:28:56 UTC
README
Installation
- Run composer command to install the package
composer require icrewsystems/sso-system
- After installing , add the env variables in the .env file
SSO_URL=
HOMEPAGE_ROUTE=
- Now add the login button component in the login page of the application
<x-sso::login-button />
- If the about component is not working, try publishing the components
php artisan vendor:publish --tag="sso-login-component"