A drained and empty Kennington reservoir images from a drone in early July 2024. The reservoir was drained in April…
Merrimu Reservoir from drone. Click images to view larger.
Using FTP and PHP to get an array of file details such as size and permissions. This uses the ftp_rawlist()…
Creating and using Laravel form requests to create cleaner code, separation and reusability for your requests. This is achieved by…
Improving the default Laravel login and register views in such a simple manner but making a noticeable change in appearance.…
Laravel validation for checking if a field value exists in the database. The validation rule to use is exists() where…
Some early September spring shots from a bushwalk, It is still too early for wildflowers.
Servyrun allows you to connect your servers and run simple SSH & SFTP commands, view server usage, do pings between…
Laravel log all database queries with their bindings and execution time in seconds This is done by using the boot…
How to build a conditional based query in Laravel that gets shaped based on conditional statements before finally being executed.…