laravel

Laravel

How to mock an HTTP API using Laravel and Pest

I've made a YouTube video to demonstrate how to mock an HTTP API. The key to doing it is you can't use the vendor's API. You have to "redo" their API calls using the Laravel facade.

Read more...
Eugene van der Merwe The blog post author is Eugene van der Merwe

Eugene van der Merwe

SEO

Addressing Canonical URLs WWW with and without on NGinx

If you do an SEO analysis of your page the analysis tool might complain about canonical URLs with regards to WWW and without. Learn more about that here.

Read more...
Eugene van der Merwe The blog post author is Eugene van der Merwe

Eugene van der Merwe

Laravel Jetstream

How to import Laravel Jetstream's Livewire assets

When you want to customize Laravel Jetstream's look and feel, you'll need to import the assets. This article shows you how to import the Livewire ones.

Read more...
Eugene van der Merwe The blog post author is Eugene van der Merwe

Eugene van der Merwe

Programming

How to become a successful programmer

In this article I explore on how to become a successful programmer. My field of study is Laravel so although I provide generic advice there are some things mentioned that are Laravel specific.

Read more...
Eugene van der Merwe The blog post author is Eugene van der Merwe

Eugene van der Merwe

Laravel

How to use the Payfast onsite module with subscriptions in a new Laravel project

This article explains how to create a new Laravel project from scratch and then implement Payfast onsite payments and subscription billing.

Read more...
Eugene van der Merwe The blog post author is Eugene van der Merwe

Eugene van der Merwe

ChatGPT

Asking ChatGPT about Laravel Livewire Standalone Testing

Laravel Livewire is incredibly powerful but if you're creating standalone package testing may be a challenge.

This morning I decided to ask ChatGPT to help me write a standalone test for a Laravel Livewire Package. 

Read more...
Eugene van der Merwe The blog post author is Eugene van der Merwe

Eugene van der Merwe