Closed n8thanael closed 6 years ago
In the documentation/walkthrough: https://github.com/bigcommerce/hello-world-app-php-silex here:
"Add the heroku-config plugin: heroku plugins:install git://github.com/ddollar/heroku-config.git"
Will fail within heroku terminal because ddollar has deprecated this project: https://github.com/ddollar/heroku-config
Updates are now handled by: https://github.com/xavdid/heroku-config.git
This should be the command in heroku terminal: "heroku plugins:install heroku-config"
Please update documentation, Thanks - n8thanael
Fixed by https://github.com/bigcommerce/hello-world-app-php-silex/pull/16
In the documentation/walkthrough: https://github.com/bigcommerce/hello-world-app-php-silex here:
"Add the heroku-config plugin: heroku plugins:install git://github.com/ddollar/heroku-config.git"
Will fail within heroku terminal because ddollar has deprecated this project: https://github.com/ddollar/heroku-config
Updates are now handled by: https://github.com/xavdid/heroku-config.git
This should be the command in heroku terminal: "heroku plugins:install heroku-config"
Please update documentation, Thanks - n8thanael