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
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
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
6th Nov 2018 • David Carr Laravel package MsGraph I've released a new Laravel package called MsGraph that's essentially a wrapper fo... Read more
2nd Nov 2018 • David Carr Essential Laravel Packages Laravel comes with a lot out the box, however, you'll often add third-party packages to add extr... Read more
18th Oct 2018 • David Carr Laravel accessing auth in Service Providers There are times being able to use Auth within service providers is really useful such as showing men... Read more
1st Sep 2018 • David Carr Laravel import large CSV file I recently had to import a 30,000 line CSV file, in this post, I document how I tackled this ta... Read more
29th Aug 2018 • David Carr Laravel send multiple attachments to Mailables In this post, I show you how to send multiple attachments to a mailable class. Read more
19th Aug 2018 • David Carr Laravel Limit Login Attempts When using Laravel's Login system for authentication it has a default of 5 failed login attempts... Read more
13th Aug 2018 • David Carr Using Laravel ORM Standalone Paginate When using Laravel's ORM in a standalone project you'll want to use pagination, my first tho... Read more
31st May 2018 • David Carr Creating a blog from scratch with PHP - Part 8 Tags Sidebar In the last tutorial we created the ability for having tags for each post, this part will conti... Read more
28th May 2018 • David Carr Creating a blog from scratch with PHP - Part 7 Tags In this part, I will explain how to add the ability to add tags the posts, how to display them and s... Read more