Chris Brown
Chris Brown
Bitbucket now appears to offer OAUTH2: - https://developer.atlassian.com/bitbucket/concepts/oauth2.html - https://confluence.atlassian.com/bitbucket/users-endpoint-423626336.html One of the appeals of BitBucket was the unlimited private repos ... but of course today GitHub now offers unlimited...
> cURL error 60: SSL certificate problem: unable to get local issuer certificate That is a misconfiguration issue on your app server. Work with your server administrator to resolve it....
@DCzajkowski it's a good question to discuss for sure; I was wondering the same. Thanks for putting it out here. In the apps where I've used your package's tests I've...
> there was nothing to prove if my application is actually worked correctly? Nothing to prove that I even have an auth scaffolding in place at all? > I believe...
https://twitter.com/taylorotwell/status/1325890243493556224 and https://twitter.com/taylorotwell/status/1325891538279428097
@BadChoice note that @marktopper was talking about `Mailgun`, but your replies are all talking about `MailChimp`. They are 2 different services, with different webhook payloads. ;) (That said, technically your...
You would build all that into your app's code at the tenant layer. Essentially: - in your app build some sort of way to store configuration settings unique to each...
@Plytas could you just remove `Illuminate\Mail\MailServiceProvider::class,` from the `providers` array in `/config/app.php` and then manually register it later in another serviceprovider where it makes sense for your workflow? I agree...
Ref: https://laravel-news.com/allowing-users-to-send-email-with-their-own-smtp-settings-in-laravel
The data from hexorx has `address_format` as a (optional) single entry per country record. I would think that if we simple brought it in as a string value it would...