19th May 2025 • David Carr Supercharge Laravel with Junie and PhpStorm Integration I’m always looking for ways to work more efficiently. Here’s how **Junie**, an AI assistant, and my... Read more
27th May 2024 • David Carr Customize Your Hashnode Blog Frontend with Headless Frontend and Laravel The first focus is using [Hashnode's API](https://hashnode.com/headless) to pull in your posts and p... Read more
23rd Mar 2023 • David Carr Laravel Extract Language to lang files If you've already used JSON lang in your views, here's a handy package to extract all lang k... Read more
21st Jan 2023 • David Carr Upload images in Ckeditor 5 with Laravel CKeditor 5 out of the box does not come with upload capabilities. Uploading is supported with its pl... Read more
12th Nov 2022 • David Carr Using Laravel Sail alongside PhpStorm I'm trying out Laravel Sail for my local development, this post serves as documenting the proces... Read more
26th Jun 2022 • David Carr Laravel Sync Remote Database Package I often want to sync a production database into a local databse and manually exporting and impo... Read more
3rd Mar 2022 • David Carr New Laravel Package: Laravel Module Generator I've been working on a new package for a few weeks, this goes hand in hand with Laravel Modules,... 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
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
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
9th Jun 2019 • David Carr Build a Dropbox File Manager in Laravel - Part 1 Setup and Folder Listings In this series, we will build a file manager in Laravel that reads and writes to Dropbox. Read more
15th Nov 2018 • David Carr Talk: Integrating Microsoft Graph API with Laravel On the 12th of November 2018, I gave a talk on Microsoft Graph API and integrating it with Laravel&n... Read more