Try Depot: Bring ultra-fast, remote Docker builds directly to your Laravel workflow

Harris Raftopoulos

Senior Software Engineer • Staff & Educator @ Laravel News • Co-organizer @ Laravel Greece Meetup

Why Your Livewire Dashboard Jumps (And How to Fix It) - Laravel In Practice EP18 image

Why Your Livewire Dashboard Jumps (And How to Fix It) - Laravel In Practice EP18

Your real-time dashboard updates, but every new order makes the whole page jump. In this episode, I show you how to combine Livewire's skipRender with...

Read article
Fuse for Laravel: A Circuit Breaker Package for Queue Jobs image

Fuse for Laravel: A Circuit Breaker Package for Queue Jobs

Prevent queue workers from grinding to a halt when external services fail. Fuse for Laravel implements the circuit breaker pattern, letting jobs fail...

Read article
Automate Laravel Herd Worktrees with This Claude Code Skill image

Automate Laravel Herd Worktrees with This Claude Code Skill

A new Claude Code skill that automates git worktree setup for Laravel Herd projects, perfect for handling environment configuration, depen...

Read article
Going Real-Time with Reverb - Laravel In Practice EP17 image

Going Real-Time with Reverb - Laravel In Practice EP17

Your dashboard is fast, but users still hit refresh to see new data. In this episode, I show you how to add real-time updates with Laravel Reverb and...

Read article
Speeding Up Dashboards - Laravel In Practice EP16 image

Speeding Up Dashboards - Laravel In Practice EP16

Every dashboard load hits your database—every chart, every metric, every time. In this episode, I show you how to cache your chart data smartly, with...

Read article
Charting with Chart.js - Laravel In Practice EP15 image

Charting with Chart.js - Laravel In Practice EP15

Your dashboard has all the data like revenue, orders, daily breakdowns. But staring at rows of numbers isn't exactly inspiring. In this episode, I sho...

Read article
Building a Dynamic Dashboard - Laravel In Practice EP14 image

Building a Dynamic Dashboard - Laravel In Practice EP14

Why struggle with JavaScript frameworks when Laravel Livewire lets you build fully interactive dashboards using only PHP? In this episode, learn how t...

Read article
Static Analysis Secrets - Laravel In Practice EP13 image

Static Analysis Secrets - Laravel In Practice EP13

Type errors hiding in your Laravel code can slip past traditional tests and crash your app in production. Larastan, built on PHPStan, catches these is...

Read article
Modernizing Code with Rector - Laravel In Practice EP12 image

Modernizing Code with Rector - Laravel In Practice EP12

Tired of manually updating outdated code patterns across your Laravel project? Rector PHP automatically transforms your codebase to modern Laravel 12...

Read article
Cache Pre-warming Explained - Laravel In Practice EP11 image

Cache Pre-warming Explained - Laravel In Practice EP11

Learn how to eliminate cold cache delays in Laravel by pre-warming your cache before users ever hit your app. This episode shows how to automate cache...

Read article
Laravel Fluent isEmpty and isNotEmpty Methods image

Laravel Fluent isEmpty and isNotEmpty Methods

Laravel's Fluent class now provides isEmpty and isNotEmpty methods for direct boolean checks on whether instances contain data, removing the need for...

Read article
Cache Smart Invalidation - Laravel In Practice EP10 image

Cache Smart Invalidation - Laravel In Practice EP10

Your cache is fast, but it's lying. Laravel's flexible cache creates three keys per entry - and if you only clear one, stale metadata lingers. In this...

Read article