2nd Sep 2021 • David Carr Format Xero dates from the API Dates in Xero that are not already set to a datestring are in a format like Date(1518685950940+0000) Read more
31st Aug 2021 • David Carr Get the last day of the month from a date To get the last day of the month use date('t') Read more
27th Aug 2021 • David Carr Run tests on commit Run your tests every time you commit changes. Read more
18th Jun 2021 • David Carr Setting up a new Mac checklist (2021 Edition) Whenever I get a new Mac or decide to wipe it and start afresh the following are my go-to tools and... Read more
27th May 2021 • David Carr Integrate Laravel with Xero I've created a video showing how to integrate Laravel with Xero using my Laravel Xero package Read more
27th May 2021 • David Carr Easily switch PHP versions with PHP Monitor When you have multiple versions of PHP installed you may want to switch which version is being... Read more
27th Apr 2021 • David Carr Laravel Livewire testing download Testing Laravel Livewire downloads an expected download by comparing the download name with a respon... Read more
13th Mar 2021 • David Carr Import SweetAlert2 into Laravel with NPM SweetAlert2 is a great package for user-friendly alerts, normally I install by adding in script tags... Read more
30th Dec 2020 • David Carr Login with Microsoft Graph In this post, I'll explain the process of using Microsoft Graph as a login process to allow user... Read more
21st Dec 2020 • David Carr Released Tailwindcss Admin theme I've released a new Tailwindcss based theme for admin style applications, the theme is in pure H... Read more
12th Jul 2020 • David Carr Laravel Sent Emails Package I've released a new package for recording and displaying sent emails from Laravel applications.... Read more
11th Jul 2020 • David Carr Laravel Blade Components Package I've released a blade components package. Components can be made in projects easily enough bu... Read more
10th Jul 2020 • David Carr Laravel load anonymous components from packages From Laravel 7, blade components are included. You may want to use these in packages and load a... Read more
8th Jul 2020 • David Carr ASCII to Binary in PHP Recently I inherited a project where all file attachments were stored in a database table in the for... Read more
1st Jun 2020 • David Carr My favourite VS Code extensions The following are the extensions I always install on VS Code, these are my preferred themes, snippet... Read more