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
21st Dec 2018 • David Carr Export to CSV Today I've released a new PHP package for exporting array data to a CSV file. Often data ne... Read more
18th Dec 2018 • David Carr Announcing DC Casts In the new year DC Casts will be launched, a video site for teaching web development. Read more
18th Dec 2018 • David Carr Pick up my book Beginning PHP for a fiver My Book Beginning PHP is now just $5 to buy from PacktPub Learn all the fundamentals of PHP with... Read more
17th Dec 2018 • Lakin Mohapatra Install Let’s Encrypt Free SSL Wildcard Certificate on ubuntu 18 If you want a quick solution for adding SSL/TLS to your website, then you should definitely go ahead... Read more
13th Dec 2018 • David Carr Training resources I've used over the last 12 months At work we recently created a survey to find out what training staff had received in the last 12 mon... Read more
7th Dec 2018 • Dan Sherwood From Cooking to Coding The alliteration is the only thing these two professions have in common with one another, yet I mana... 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
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 Fixing ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' I had a crash after a reboot, then MySQL would not run, the error I was getting was: ERROR 2002... 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
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