12th Mar 2020 • David Carr Latitude and Longitude with Google Maps Google Maps allows using its service to get map coordinates.... 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
15th Jan 2020 • David Carr How to integrate PayPal into PHP In this post, I’ll explain how to use PayPal for one-off payment and how to use the Instant Pa... 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
10th Jan 2020 • David Carr V1 PDO Wrapper released I've updated and pushed a new release to my PDO Wrapper package. Read more
9th Jan 2020 • David Carr Test composer packages locally When developing a new composer package you will want to test it locally before uploading it to Packa... 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
15th Aug 2019 • David Carr Add items into a request object To add additional items into the request use ->merge and pass in an array of attributes. Read more
9th Jun 2019 • David Carr Build a Dropbox File Manager in Laravel - Part 2 Breadcrumbs It's good that any folder on Dropbox can be accessed but it would be even better if we had a dyn... 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
7th Jun 2019 • David Carr Adding a Drag and Drop image uploads & custom upload script to CKEditor 4 To enable drag and drop and file uploads there are 2 settings that need to be enabled. go to ckedito... Read more
7th Jun 2019 • David Carr Integrate elFinder 2.1 with CKEditor 4 This tutorial will show you how to integrate elFinder with CKEditor. Read more
7th Jun 2019 • David Carr Simpler filesize calculations When working with file sizes in PHP you work with bytes, which often is not what you want. In most c... Read more
1st Jun 2019 • David Carr PHP search string Here's a quick way to search for a word inside a string Read more