Alexander Kladov

Results 5 comments of Alexander Kladov

This is how I did it. In summary, you need to: 1. Add your own Provider files under `/vendor/league/oauth2-client/src/Provider`. 1. Autoload the `oauth2-client` library. 1. Go through authorization steps with...

I'd be interested to find out as well. So far I've played with configs and achieved slightly better results, but it's still hit or miss. Sometimes it's spot on and...

Hi, I was trying to figure out why my `wp-content/index.php` wasn't syncing over between environments and came across this thread. I have that file for security reasons (i.e. silence is...

@pioneerskies I agree with @ihorvorotnov, push everything in `wp-content` or even root website folder, unless specifically excluded in `movefile.yml`. Just like what Git would do (i.e. if it's not in...

@darenbaker & @mgritz I was looking for a solution to this as well, because we have an iOS app, which uses wrapped, password-protected WordPress site as it's core. So I...