Loading...
Robust CSV export

csv | Export

Robust CSV export

Robust CSV export This article will show you how to export data to a CSV format inside a P...

David Carr

2 min read -

Format Xero dates from the API

Format Xero dates from the API

Format Xero dates from the API Dates in Xero that are not already set to a datestring are...

David Carr

1 min read -

Copy SSH key onto remote server

Copy SSH key onto remote server

Copy SSH key onto remote server Setting up a new project or starting work on a project whi...

David Carr

1 min read -

Get the last day of the month from a date

Get the last day of the month from a date

Get the last day of the month from a date To get the last day of the month use date('t'):...

David Carr

1 min read -

Run tests on commit

Run tests on commit

Run tests on commit Go into git hooks folder and copy pre-commit.sample to pre-commit cp ....

David Carr

1 min read -

Add Laravel Valet certificate to Postman

Add Laravel Valet certificate to Postman

Add Laravel Valet certificate to Postman When working with Postman on a local API served v...

David Carr

1 min read -

8 Ways to Choose the Best Domain Name

8 Ways to Choose the Best Domain Name

Choosing the right domain name for your website can be difficult. You want to choose a goo...

David Carr

5 min read -

Setting up a new Mac checklist (2021 Edition)

Setting up a new Mac checklist (2021 Edition)

Setting up a new Mac checklist (2021 Edition) Whenever I get a new Mac or decide to wipe i...

David Carr

6 min read -

Easily switch PHP versions with PHP Monitor

Easily switch PHP versions with PHP Monitor

Easily switch PHP versions with PHP Monitor When you have multiple versions of PHP install...

David Carr

1 min read -

Integrate Laravel with Xero

Integrate Laravel with Xero

I've created a video showing how to integrate Laravel with Xero using my Laravel Xero pack...

David Carr

1 min read -

Laravel Livewire testing download

Laravel-livewire | Testing | Laravel

Laravel Livewire testing download

testing Laravel Livewire components for the most part is a case of setting a property or m...

David Carr

2 min read -

Import SweetAlert2 into Laravel with NPM

Import SweetAlert2 into Laravel with NPM

SweetAlert2 is a great package for user-friendly alerts, normally I install by adding in s...

David Carr

2 min read -

Login with Microsoft Graph

Login with Microsoft Graph

In this post, I'll explain the process of using Microsoft Graph as a login process to allo...

David Carr

5 min read -

Released Tailwindcss Admin theme

Released Tailwindcss Admin theme

I've released a new Tailwindcss based theme for admin style applications, the theme is in...

David Carr

1 min read -

Laravel Sent Emails Package

Laravel Sent Emails Package

I've released a new package for recording and displaying sent emails from Laravel applicat...

David Carr

1 min read -

Laravel Blade Components Package

Laravel Blade Components Package

I've released a blade components package. Components can be made in projects easily enough...

David Carr

1 min read -

Laravel load anonymous components from packages

Laravel load anonymous components from packages

From Laravel 7 blade components are included. You may want to use these in packages. For t...

David Carr

1 min read -

ASCII to Binary in PHP

ASCII to Binary in PHP

Recently I inherited a project where all file attachments were stored in a database table...

David Carr

2 min read -