26th Oct 2019 • David Carr Setup Linode - Part 2 Users You shoukd not use the ROOT user for normal usage, its too dangerous instead its recommended to setu... Read more
26th Oct 2019 • David Carr Setup Linode - Part 1 LAMP Setting up a Linode VPS server, I’m going to use a one click installer so on the create server... 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
22nd Oct 2019 • David Carr Sublime Text open folder in Terminal When working in Sublime Text there are times you want to open the current project folder from Sublim... Read more
23rd Sep 2019 • David Carr Laravel Telescope error when running tests ReflectionException: Class env does not exist Today I came across an error in a Laravel application that runs Telescope that when I run PHPUnit I... Read more
28th Aug 2019 • David Carr Upcoming Event: The Humber Care Tech Challenge 2019 Anyone in the Humber area (Bridlington), there's an upcoming tech challenge organized by the NHS... 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
15th Aug 2019 • David Carr Digital Ocean - Add SSH key to droplet after creation When creating a droplet you can add an SSH key during setup, later if your key changes you won&rsquo... Read more
7th Aug 2019 • David Carr Setup Digital Ocean - Part 9 Laravel The following steps are needed for running Laravel on Digital Ocean. Read more
7th Aug 2019 • David Carr Setup Digital Ocean - Part 8 Composer Composer does not come installed. To install it... Read more
7th Aug 2019 • David Carr Setup Digital Ocean - Part 7 Remote MySQL To connect to your Digital Ocean database remotely log in to your MySQL client over SSH... Read more
7th Aug 2019 • David Carr Setup Digital Ocean - Part 6 MySQL A quick guide for using mysql commands for databases and users. Read more
7th Aug 2019 • David Carr Setup Digital Ocean - Part 5 Lets Encrypt Setting up an SSL certificate enables HTTPS on the web server, which secures the traffic between the... Read more
7th Aug 2019 • David Carr Setup Digital Ocean - Part 4 Virtual Hosts Virtual hosts maps folders to domain names allowing multiple sites to be configured on a single... Read more
7th Aug 2019 • David Carr Setup Digital Ocean - Part 3 Apache Enable Mod Rewrite Apache comes installed but does not have Mod rewrite enabled, let's change that. Read more