ShieldOAuthConfig.php in App/Config folder #23
-
Hi, I installed shield-oauth library with composer. The documentation says that the Oauth keys need to be set in I prefer to not edit the file under vendor. Is it possible to copy the file under Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hey Alberto, In fact, as mentioned in the documentation, I intended to cover this issue from the beginning, but it seems that I did not pay attention to this issue during the development process. |
Beta Was this translation helpful? Give feedback.
-
Hi, Ok, thanks for the clarification :) |
Beta Was this translation helpful? Give feedback.
-
I sent PR #24 . Update the package with command : composer require datamweb/shield-oauth:dev-develop Then run the following command to create file php spark make:oauthconfig |
Beta Was this translation helpful? Give feedback.
I sent PR #24 .
Update the package with command :
composer require datamweb/shield-oauth:dev-develop
Then run the following command to create file
app\Config\ShieldOAuthConfig.php
:php spark make:oauthconfig