PHP code example of hatchetaustralia / laravel-iam-db-auth

1. Go to this page and download the library: Download hatchetaustralia/laravel-iam-db-auth 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/ */

    

hatchetaustralia / laravel-iam-db-auth example snippets


 [
    'mysql' => [
        'aws_region' => env('AWS_DEFAULT_REGION'),
        'use_iam_auth' => env('DB_USE_IAM_AUTH', true),
    ],
];