Terje Bråten
Terje Bråten
## Description This will make laradoc use the version of maildev that is actually maintained https://hub.docker.com/r/maildev/maildev/tags ## Motivation and Context The old place for maildev (djfarrelly/maildev) is not maintained any...
Currently if you specify a file to be uploaded, that file is treated as the temporary upload file normally created by php. That is wrong behaviour, since that temporary file...
In my application I am using the latest doctrine 2.x. Recently we found it necessary to also use the static function `Doctrine\Common\Util\ClassUtils::getRealClass(string $class)`. But this function is marked as deprecated....
This makes it possible to see what is going on if you visit a web page and it has javascript errors, or the page fails to load for other reasons...
It is documented how to exchange access code for an id token at https://developer.okta.com/docs/guides/implement-auth-code/exchange-code-token/ But I wonder if it is possible to use this okta-sdk-php to do that? Or do...