Tag: php
All the articles with the tag "php".
SonarQube
Code quality and code security https://www.sonarqube.org I found this very useful in scanning my code and pointing out some basic quality and security impr
Laravel Jetstream and OpenLDAP
Updated:It's been a very long time since I did anything with Laravel. I found another job around the time of Laravel 6, and today they are up to Laravel 9 - much h
Relearning Laravel
I feel like the past few days have been quite a battle. Mostly in terms of my memory and trying to remember what I did with Laravel and how I can re-establ
MediaWiki and OAuth2
Updated:With a move to a more joined up authentication using Single Sign On (SSO) I deployed a Keycloak service in a docker container - that should probably form p
php 7.0 on Debian Buster
Updated:Actually this is more about any version of php (5.6, 7.0, 7.1, 7.2) on buster. Php source has taken on a bit of a split and the standard repositories only deal with the one supported version for the current release of Debian you are using.
LAMP Container Set
Not sure if a 'LAMP container set' is the right name, but I have a docker-compose container set that includes Nginx, PHP and MySQL. I seem to build them re
Laravel and O365 Authentication
Updated:Our app currently uses LDAP authentication but as our environment is rapidly moving onto the cloud and Microsoft Office 365 it's time to investigate authen
PHPUnit Testing Failure
Updated:Today's challenge caused me to burn a lot of time before resolving the issue, which turned out to be an obvious mistake. When I run a unit test I need to a
Guzzle and Curl
Updated:Related to my previous post about Laravel. Guzzle and Nginx I ran into an issue with our proxy. The proxy is always a source of fun and games. Because the
Laravel, Guzzle and Nginx
After deploying a working test into our pre-production environment the Guzzle API calls we were making to fetch bank holiday data from the .gov.uk site sta