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 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
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
2nd Mar 2020 • David Carr Laravel Merge PDFs Ever needed to merge multiple PDF's together? It's a common need. In this tutorial, I'll... Read more
29th Feb 2020 • David Carr Laravel API change unauthenticated message When making API calls to Laravel when a user who is not authenticated makes a call a 401 status... Read more
29th Feb 2020 • David Carr Laravel returns 302 for unauthenticated calls I've started to secure API calls with Laravel Airlock, when calling a route that's been secu... Read more
11th Feb 2020 • David Carr Upgrade Laravel Valet to PHP 7.4 First you should upgrade your machine to PHP 7.4... Read more
13th Jan 2020 • David Carr Send emails with Office 365 SMTP Office 365 is great for handling emails but it can also be used as an SMTP relay for your website. I... Read more
9th Jan 2020 • David Carr Convert translate message calls to a single json language file Laravel supports using the __() call to setup locale for your pages ie in a blade file you may have... Read more
23rd Nov 2019 • David Carr Laravel adding custom validation errors Have a situation where you need to add custom errors to the error array after validation? this post... Read more
23rd Oct 2019 • David Carr Laravel Full Text Search When searching using LIKE search for basic searches is fine, when you need greater control Full-Text... Read more