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
26th May 2019 • David Carr Laravel Module routes list I build all my projects with modules. There are times it would be useful to see all routes but... Read more
20th May 2019 • David Carr Mask a .php page with Mod Rewrite Let's say you have a static website with various PHP files. These form the URL such as domains.c... Read more
16th May 2019 • David Carr Formatting dates to use timezone Working with dates can get complicated when you need a time to change depending on the time of year... Read more
10th Apr 2019 • David Carr Laravel download base64 encoded files Laravel has the ability to stream files from disc and remove them as soon as they've been downlo... Read more
12th Mar 2019 • David Carr strtotime Add Two Working Days There are times you want to add days to a date but only working days, so weekends are ignored. Read more
24th Feb 2019 • David Carr Crontab command to delete itself I was asked today can you run a cronjob only once. My initial answer was no you cannot as the least... Read more
5th Feb 2019 • David Carr Laravel download files from a route Laravel makes downloading a server file very easy, in this post I'm going to show a way to downl... Read more
4th Feb 2019 • David Carr Creating a blog from scratch with PHP - Part 9 Cover Image In this part, we will add a cover photo to the blog posts. Read more
31st Jan 2019 • David Carr Dealing with posting large number of checkboxes When you have a form with lots of checkboxes, you may hit a limit to how many you can post. I had th... Read more