Joel Taylor
Joel Taylor
I did a search for sqlsrv and couldn't find anything specific around installing this extension. Do you have any tips for installing? ``` ARG PHP_EXTENSIONS="mysqlsrv pdo_sqlsrv" FROM thecodingmachine/php:8.3-v4-apache ``` Didn't...
Hi ya. I'm trying to set up SSL but it's not linking the `default-ssl.conf` Apache config into the `sites-enabled` directory. If I symlink it there manually, I then get a...
AWS is requiring TLS1.2+ for CURL connections to S3.
``` Fatal error: Type of Demo\Middlewares\CsrfVerifier::$except must be array (as in class Pecee\Http\Middleware\BaseCsrfVerifier) in /var/www/html/app/Middlewares/CsrfVerifier.php on line 6 ``` I'm confused; because the value of $except is `['/api/*']` - an...