Recently we have been required to develop for PHP 7.4 while maintaining older PHP 7.2 sites. Using Laravel Valet has become the norm for us, but switching PHP versions is... read more →
When you need to remove the sidebar completely for a Custom Post Type (CPT) in WordPress. First you need to locate or create your template file and remove the call... read more →
On the rare occasion you need to add a library of code that is not setup for Composer, then follow the X steps below: Download a library e.g Matex PHP... read more →
This is a really simple example of using Laravel's built-in Validation to validate the contents of a CSV File Upload. Having searched around I found the following package Konafets' CsvValidator However at the... read more →
To add a repeating footer to all pages using wkhtmltopdf and Snappy. You first have to create a separate HTML document with just the footer eg: <!DOCTYPE html> <html> <head> <meta charset="UTF-8">... read more →