Articles

Getting started with Laravel Reverb & Livewire

March 22nd, 2024 — posted in Originals — 6 minute read

In the beginning of March (2024) Laravel reverb was released. Now it's officially released and go through a small example in this tutorial.

#reverb, #laravel, #php, #tutorial, #livewire, #websocket

Laravel 11, What is new?

March 18th, 2024 — posted in Code With Burt — 1 minute read

A new version of Laravel was released, version 11. In this video we're taking a look at a few of the changes and what's new to the framework.

#php, #laravel, #release, #laravel-11

Impersonating users made easy in Laravel - Package In Review: 404labfr/laravel-impersonate

March 6th, 2024 — posted in Code With Burt — 1 minute read

In this episode we're reviewing, installing and testing 404labfr/laravel-impersonate. A package that allows you to impersonate users in your application

#php, #laravel, #impersonation, #open-source, #package

Playing with OpenAI and Laravel - Package In Review: openai-php/laravel

February 18th, 2024 — posted in Code With Burt — 1 minute read

In this episode we're reviewing, installing and testing open-php/laravel. A php client package for the Open AI API, created by Nuno Maduro.

#package, #open-source, #php, #laravel, #open-ai

Functional API VS Class-based Components in Laravel Livewire Volt

February 11th, 2024 — posted in Code With Burt — 1 minute read

Here is a comparison between Functional API Components and Class-based Components. The 2 options we have when using Volt, the single file Components in Laravel Livewire.

#laravel, #livewire, #volt

I created a vat number checker package

February 11th, 2024 — posted in Originals — 3 minute read

When populating client information in an accounting platform you have to make sure the VAT Numbers of the clients you create on the service side are correct

#laravel, #package, #github, #open-source, #vat

Spatie released a Holiday package.

January 28th, 2024 — posted in Community content — 2 minute read

Last week Spatie released a mini package that allows you to calculate the holidays for a specific country / year or even a target date.

#php, #github, #spatie, #package

Laravel Pulse in action

January 14th, 2024 — posted in Code With Burt — 1 minute read

In this video we're going through what you could do with Laravel Pulse. We're tracking slow requests, slow jobs, queues, exceptions, user requests, cache....

#laravel, #pulse, #monitoring

This was 2023

December 28th, 2023 — posted in Originals — 6 minute read

2023 is almost over, here is what happened this year.

#year-recap, #personal

Public routes blow up Laravel

December 27th, 2023 — posted in Community content — 1 minute read

Here is Chris Fidao explaining how public routes can blow up your Laravel app and eventually even bring it down.

#laravel, #routes, #sessions, #overload