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.

Laravel 5.5 use a prefix on database tables

I like to prefix my database tables to avoid any conflicts if using different applications...

David Carr

1 min read -

Which social network is best for sharing technical content?

I love to share great content across my networks, after reviewing them recently I've found...

David Carr

1 min read -

Inspect incoming HTTP requests with RequestBin

Working with API’s it's common to catch incoming payloads containing post data or json The...

David Carr

1 min read -

Ghost Browser my new go to browser

I’ve recently come across Ghost Browser, it’s built on Chromium so feels the same as Chrom...

David Carr

1 min read -

Stripe API pass custom variables

When sending charges to Stripe you’ll often want to send additional information such as an...

David Carr

1 min read -

Stripe API updating credit card stored in Stripe

There will be times customers need to update their stored credit card, this post goes over...

David Carr

1 min read -

Stripe API resume a cancelled subscription

When a Stripe subscription is canceled for the end of the period it can be resumed before...

David Carr

1 min read -

Stripe API save and process incoming web hooks

Webhooks are Stripe’s way of informing your application of an event such as a payment has...

David Carr

3 min read -

Stripe API display invoices and line items

Invoices are created automatically, using Stripe’s API it’s possible to pull the invoices...

David Carr

2 min read -

Stripe API change subscription plan

Changing a user’s subscription plan is a simple process, this post will cover the steps ne...

David Carr

1 min read -

Stripe API get customer information

Getting a Stripe customers information is a common task to that then making a reusable met...

David Carr

1 min read -

Stripe API format invoices totals

Currency comes out of Stripe with pence / cents on it’s own can be problematic to format....

David Carr

1 min read -

Stripe API loop over subscription plans

Have subscription plans setup on Stripe? this post will guide you on using Stripe’s API to...

David Carr

1 min read -

Getting Stripe API setup with Nova Framework

This post will guide you on using Stripe’s API with Nova Framework Install Stripe’s PHP l...

David Carr

1 min read -

Stripe API subscribing new and existing Stripe customers

This post will cover how to subscribe new customers and existing customers to a subscripti...

David Carr

2 min read -

Stripe API Cancel Subscription

When canceling a subscription, there are 2 options to use.  I’m using Nova Framework not...

David Carr

1 min read -

Stripe API validate a subscription plan exists

Before using a plan it's a good idea to make sure it exists in Stripe, this post will cove...

David Carr

1 min read -

Calculate gross profit and gross margin javascript calculator

In this tutorial, I’m building a calculator that works out the gross profit percent, gross...

David Carr

3 min read -

Next Page

Copyright © 2024 DC Blog - All rights reserved.