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
31st May 2020 • David Carr My Mac Development Tools What I use for day to day software development, communication and workflow. Read more
30th May 2020 • David Carr Converting MSSQL to MySQL Need to convert MSSQL to MySQL, this post will point you in the right direction. Read more
27th May 2020 • David Carr Composer Allowed memory size error The solution to composer running out of memory when installing a package locally. Read more
22nd May 2020 • David Carr composer install killed If you eve run composer install and terminal hands and then shows killed it means the serv... Read more
20th May 2020 • David Carr Reversing and Re-ordering ol items in HTML I've just learned you can alter HTML ol items. You can reserver the order and change the startin... Read more
13th May 2020 • David Carr MySQL 8 The server requested authentication method unknown to the client Solution for MySQL 8 using unknown authentication method. Read more