David Carr

David Carr

Followers: 324

Hi, I’m Dave. A Laravel Developer. I love to build Laravel apps using the TALL stack.

Read articles directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Digital Ocean - Add SSH key to droplet after creation

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...

David Carr

1 min read -

Add items into a request object

Add items into a request object

To add additional items into the request use ->merge and pass in an array of attributes....

David Carr

1 min read -

Setup Digital Ocean - Part 4 Virtual Hosts

Setup Digital Ocean - Part 4 Virtual Hosts

Virtual hosts maps folders to domain names allowing multiple sites to be configured on a s...

David Carr

2 min read -

Setup Digital Ocean - Part 3 Apache Enable Mod Rewrite

Setup Digital Ocean - Part 3 Apache Enable Mod Rewrite

Part 1 LAMP Part 2 Upgrade PHP to 7.3 Part 3 Apache Enable Mod Rewrite Part 4...

David Carr

1 min read -

Setup Digital Ocean - Part 2 Upgrade PHP to 7.3

Setup Digital Ocean - Part 2 Upgrade PHP to 7.3

Digital Ocean's LAMP comes with PHP 7.2 let's update this to PHP 7.3 First, install PHP r...

David Carr

1 min read -

Setup Digital Ocean - Part 5 Lets Encrypt

Setup Digital Ocean - Part 5 Lets Encrypt

Part 1 LAMP Part 2 Upgrade PHP to 7.3 Part 3 Apache Enable Mod Rewrite Part 4...

David Carr

1 min read -

Setup Digital Ocean - Part 6 MySQL

Setup Digital Ocean - Part 6 MySQL

Part 1 LAMP Part 2 Upgrade PHP to 7.3 Part 3 Apache Enable Mod Rewrite Part 4...

David Carr

2 min read -

Setup Digital Ocean - Part 9 Laravel

DigitalOcean | vps | Laravel

Setup Digital Ocean - Part 9 Laravel

The following steps are needed for running Laravel on Digital Ocean. Laravel needs mbstri...

David Carr

1 min read -

Setup Digital Ocean - Part 1 LAMP

Setup Digital Ocean - Part 1 LAMP

Part 1 LAMP Part 2 Upgrade PHP to 7.3 Part 3 Apache Enable Mod Rewrite Part 4...

David Carr

3 min read -

Setup Digital Ocean - Part 8 Composer

Setup Digital Ocean - Part 8 Composer

Composer does not come installed. To install it: sudo apt update sudo apt install compos...

David Carr

1 min read -

Setup Digital Ocean - Part 7 Remote MySQL

Setup Digital Ocean - Part 7 Remote MySQL

To connect to your Digital Ocean database remotely log in to your MySQL client over SSH:...

David Carr

1 min read -

Build a Dropbox File Manager in Laravel - Part 2 Breadcrumbs

Build a Dropbox File Manager in Laravel - Part 2 Breadcrumbs

Series Part 1 Setup and folder Listings Part 2 Breadcrumbs It's good that any...

David Carr

1 min read -

Build a Dropbox File Manager in Laravel - Part 1 Setup and Folder Listings

Build a Dropbox File Manager in Laravel - Part 1 Setup and Folder Listings

Series Part 1 Setup and folder Listings Part 2 Breadcrumbs In this series, we...

David Carr

5 min read -

Integrate elFinder 2.1 with CKEditor 4

Integrate elFinder 2.1 with CKEditor 4

This tutorial will show you how to integrate elFinder with CKEditor. Download CKEditor 4 ...

David Carr

3 min read -

Simpler filesize calculations

Simpler filesize calculations

When working with file sizes in PHP you work with bytes, which often is not what you want....

David Carr

1 min read -

Adding a Drag and Drop image uploads & custom upload script to CKEditor 4

Adding a Drag and Drop image uploads & custom upload script to CKEditor 4

In order to add drag and drop image upload to CKEditor make sure you've included the Uploa...

David Carr

5 min read -

PHP search string

PHP search string

Here's a quick way to search for a word inside a string, using strpos the string to look a...

David Carr

1 min read -

Solving: Guzzle errors truncated

Solving: Guzzle errors truncated

I'm a big fan of Guzzle it's great for making API calls. My typical code when making calls...

David Carr

1 min read -

Next Page

Copyright © 2024 DC Blog - All rights reserved.