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, |
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. |
|
Hi, Ok, thanks for the clarification :) |
I sent PR #24 .
Update the package with command :
composer require datamweb/shield-oauth:dev-developThen run the following command to create file
app\Config\ShieldOAuthConfig.php:php spark make:oauthconfig