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 →
While updating from version 2.0.* to 2.3.* to take advantage of the valet use, we hit a bug where sites were no longer being served.After running composer global update to... 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 →
A client came to us needing to migrate some data from existing Laravel 4 project to Laravel 5. This was tricky due to the old system using Mcrypt with Rijndael... read more →