- 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"