ellaisys / aws-cognito

AWS Cognito package (with MFA Feature) using the AWS SDK for PHP/Laravel
https://ellaisys.github.io/aws-cognito/
MIT License
107 stars 42 forks source link

Is it config/config.php? Or is it config/cognito.php? #37

Closed alucard001 closed 1 year ago

alucard001 commented 1 year ago

When I am trying this laravel module, I found that the config file name is config/config.php instead of config/cognito.php.

Your README.md also refers the config file as cognito.php but it is called config.php in config directory.

And it seems that there is no CLI command to generate such config file.

Would you please take a look? Thank you very much.

amitdhongde commented 1 year ago

Thank you for reaching out. Try executing the CLI command given in the readme (or given below) and it shall generate the config/cognito.php for you.

php artisan vendor:publish --provider="Ellaisys\Cognito\Providers\AwsCognitoServiceProvider"