PHP code example of cwilsn / laravel-aws-sso

1. Go to this page and download the library: Download cwilsn/laravel-aws-sso library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

cwilsn / laravel-aws-sso example snippets

bash
php artisan dev
bash
php artisan dev
bash
php artisan vendor:publish --tag=aws-sso-config
bash
php artisan config:clear
bash
php artisan aws-sso:login
php artisan aws-sso:login --profile=another-profile
bash
php artisan aws-sso:status
php artisan aws-sso:status --profile=another-profile
bash
php artisan aws-sso:login
bash
php artisan config:clear
php artisan aws-sso:status