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
2nd Nov 2018 • David Carr Setting up a new mac checklist Whenever I get a new Mac or decide to wipe it and start afresh the following are my go-to tools and... 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
7th Oct 2018 • David Carr Ubuntu switching php versions Most applications I work with using PHP 7.2 but I also have legacy projects that need PHP 5.6 still,... Read more
7th Oct 2018 • David Carr Setting up development environment on Ubuntu I've switched to Ubuntu, this post documents the development tools I'm using and how to... Read more
6th Oct 2018 • David Carr Ubuntu Valet command not found On a new install of Ubuntu installing Valet worked fine at the composer stage but when trying t... Read more
21st Sep 2018 • David Carr Integrated Terminal in Sublime Text with Terminus Package I adore Sublime Text, I'm often jumping to other editors to use an integrated terminal but not a... 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
31st Aug 2018 • David Carr GIVEAWAY - WIN a copy of my book Beginning PHP I have 5 copies to give away of my book Beginning PHP! 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
25th Aug 2018 • David Carr HEY Bloggers - Launch Event Today is the first HEY Blogger event in Hull, the first official event by the HEY Bloggers community... 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
16th Aug 2018 • David Carr Beginning PHP Today I received a print copy of my new book Beginning PHP which I co-wrote with Marcus Gray Read more
16th Aug 2018 • David Carr Microsoft Graph API access is denied. check credentials and try again When working with Microsoft Graph API I came across this error Access is denied. Check credenti... 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