Articles
This was 2024
December 29th, 2024 —
posted in Originals
—
8 minute read
2024 is almost over, and as a yearly tradition, I'm looking back.
Business-wise
While it was supposed to be stable, it wasn’t...
I somehow lost...
#year-recap,
#personal
Pass by Reference vs Pass by Value in PHP: What’s the REAL Difference?
December 26th, 2024 —
posted in Code With Burt
—
1 minute read
We're breaking down the key differences between Pass by Value and Pass by Reference in PHP. Understanding these two concepts is essential.
#php,
#laravel,
#pass-by-reference,
#pass-by-value
Laravel in 2025
December 17th, 2024 —
posted in Code With Burt
—
1 minute read
In this video, we dive into the future of Laravel and explore the exciting updates and features coming to the framework in 2025!
#laravel,
#2025
What's new in PHP 8.4
November 13th, 2024 —
posted in Originals
—
5 minute read
PHP 8.4 is packed with changes and new features, changes and deprecations.
Here is a summary of the features I can't wait to play around with.
#php
Laracon US 2024 racap
September 26th, 2024 —
posted in Code With Burt
—
1 minute read
I did a recap video on our to LaraconUS 2024.
#laracon,
#usa,
#trip,
#laravel,
#conference
Become a debugging wizard with Ray
June 13th, 2024 —
posted in Code With Burt
—
1 minute read
In this video we're learning how to use Ray.
Weither your working with Laravel, PHP, Javascript or some other programming language, Ray is there for you.
#php,
#debugging,
#laravel,
#ray,
#spatie
Tutorial on how to get started Laravel Reverb
April 10th, 2024 —
posted in Code With Burt
—
1 minute read
In this video we're getting started with Reverb, we're building a very simple chat app which allows 2 users to communicate in real-time.
#laravel,
#reverb,
#tutorial
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