Get expert guidance in a few days with a Laravel code review

Search

Cube

Get clear, practical feedback from two Laravel devs with 10+ years of experience helping teams build better apps.

Visit Expert Laravel Code Review
Queue-Wide Inspection Methods in Laravel 13.8.0 image

Queue-Wide Inspection Methods in Laravel 13.8.0

Laravel 13.8.0 adds methods for inspecting jobs across all queues at once, plus worker pause/resume events, assertSessionMissingInput(), SortDirection...

Read article
Verifiable Audit Logging with Laravel Chronicle image

Verifiable Audit Logging with Laravel Chronicle

Laravel Chronicle records your application's audit history in an append-only ledger that you can prove hasn't been touched.

Read article
Ship AI with Laravel: Search Entire PDFs with Zero Search Logic image

Ship AI with Laravel: Search Entire PDFs with Zero Search Logic

Last episode we built semantic search from scratch. This time we let the AI provider host the vector store and handle the search. Upload PDFs, full po...

Read article
Personalized Content Delivery System: Building an AI-powered recommendation engine with Laravel and MongoDB image

Personalized Content Delivery System: Building an AI-powered recommendation engine with Laravel and MongoDB

Build an AI-powered content recommendation engine in Laravel using MongoDB Atlas Vector Search and Hugging Face embeddings to suggest related blog pos...

Read article
Laravel Brain: Visualize Your Application's Request Lifecycle image

Laravel Brain: Visualize Your Application's Request Lifecycle

Laravel Brain analyzes your Laravel codebase and renders an interactive graph showing how routes, controllers, services, models, jobs, and events conn...

Read article
Laravel Shopper: A Headless E-Commerce Admin Panel for Laravel image

Laravel Shopper: A Headless E-Commerce Admin Panel for Laravel

Laravel Shopper is an open-source headless e-commerce admin panel built on the TALL stack that handles your entire back-office while leaving the store...

Read article
Chevere Workflow: A Declarative PHP Workflow Engine with Async Job Execution image

Chevere Workflow: A Declarative PHP Workflow Engine with Async Job Execution

Chevere Workflow lets you define complex multi-step pipelines in PHP declaratively, handling dependency resolution, parallel execution, and conditiona...

Read article
Laravel Schema Sentinel: Detect and Fix Database Schema Drift image

Laravel Schema Sentinel: Detect and Fix Database Schema Drift

Laravel Schema Sentinel is a package that compares your migration files against your live database to surface discrepancies like missing columns, chan...

Read article
Laravel Web Push Notifications image

Laravel Web Push Notifications

Add a Web Push notifications channel to your Laravel app.

Read article
RedBerry to Host Georgia's First Laravel Meetup in Tbilisi image

RedBerry to Host Georgia's First Laravel Meetup in Tbilisi

The Laravel community continues to expand globally, and now it’s reaching the South Caucasus. On May 14th, the first official Laravel meetup in Tbilis...

Read article
Interruptible Jobs in Laravel 13.7.0 image

Interruptible Jobs in Laravel 13.7.0

Laravel 13.7.0 adds the Interruptible interface for jobs to respond to worker signals, plus the @fonts Blade directive for Vite font optimization, bul...

Read article
A Free Shift to Check If Your App is Ready for Laravel Cloud image

A Free Shift to Check If Your App is Ready for Laravel Cloud

One of the biggest questions developers ask before migrating to Laravel Cloud is a simple one: will my app just work? Until recently, the only way to...

Read article
Laravel Idempotency: HTTP Idempotency Middleware for Laravel image

Laravel Idempotency: HTTP Idempotency Middleware for Laravel

Laravel Idempotency is a package by Wendell Adriel that adds HTTP idempotency to Laravel routes, replaying cached responses for duplicate requests and...

Read article
Polyscope for Windows is Now Available image

Polyscope for Windows is Now Available

Polyscope is now available for Windows, bringing the same app and architecture as the macOS version to Windows users.

Read article
Laravel Sluggable image

Laravel Sluggable

Laravel Sluggable is an opinionated take on automatic slug generation for Eloquent models

Read article
Ship AI with Laravel: RAG with Embeddings and pgvector in Laravel 13 image

Ship AI with Laravel: RAG with Embeddings and pgvector in Laravel 13

Your agent looks up orders and remembers conversations but invents policies when customers ask about returns or shipping. In this episode we build a s...

Read article
Laravel Mobile Pass: Generate Apple Wallet and Google Wallet Passes image

Laravel Mobile Pass: Generate Apple Wallet and Google Wallet Passes

Spatie's Laravel Mobile Pass package lets you generate and push live updates to Apple Wallet and Google Wallet passes directly from your Laravel app.

Read article
PHPverse 2026 Returns June 9th image

PHPverse 2026 Returns June 9th

The free online PHP conference is back with talks from Jeffrey Way, Fabien Potencier, Nils Adermann, and more.

Read article
LLPhant: A PHP Generative AI Framework Inspired by LangChain image

LLPhant: A PHP Generative AI Framework Inspired by LangChain

LLPhant is a PHP framework for building Generative AI applications with support for multiple LLM providers, embeddings, vector stores, and RAG capabil...

Read article
Debounceable Queued Jobs in Laravel 13.6.0 image

Debounceable Queued Jobs in Laravel 13.6.0

Laravel 13.6.0 introduces debounceable queued jobs, JSON support for the built-in health route, a new JsonFormatter, Cloudflare Email Service support,...

Read article
Build Custom Middleware for Query Performance Monitoring and Optimization in Laravel with MongoDB image

Build Custom Middleware for Query Performance Monitoring and Optimization in Laravel with MongoDB

Learn how to build a lightweight query performance monitoring system using Laravel middleware and MongoDB's PHP driver command subscriber to track slo...

Read article
Laravel API Starter Kits Are Coming Soon! image

Laravel API Starter Kits Are Coming Soon!

Laravel API starter kits are officially on the way.

Read article
An Opinionated Agent Skill for Building REST APIs in Laravel image

An Opinionated Agent Skill for Building REST APIs in Laravel

An opinionated agent skill that encodes production-ready patterns for building REST APIs in Laravel 13+.

Read article
Launch Your Dream SaaS Application with SaaSykit image

Launch Your Dream SaaS Application with SaaSykit

SaaSykit is a feature-rich SaaS Starter Kit that comes with all the essential components needed to run a modern SaaS app.

Read article
Generate, Parse, and Convert Documents in PHP with Paperdoc image

Generate, Parse, and Convert Documents in PHP with Paperdoc

A zero-dependency PHP library for generating, parsing, and converting documents — PDF, HTML, CSV, DOCX, XLSX, PPTX, Markdown and more.

Read article
Spatie Shares Their Coding Guidelines as AI Skills image

Spatie Shares Their Coding Guidelines as AI Skills

Spatie's battle-tested coding guidelines as AI skills, compatible with Laravel Boost and skills.sh.

Read article
AI Generative Engine Optimization for Laravel image

AI Generative Engine Optimization for Laravel

Generative Engine Optimization for Laravel is a package by Hitesh Zope that helps get your products and content surfaced in AI-generated answers from...

Read article
Attach PDFs Directly to Mailables in laravel-pdf 2.6.0 image

Attach PDFs Directly to Mailables in laravel-pdf 2.6.0

The laravel-pdf package adds the Attachable contract to PdfBuilder, letting you pass generated PDFs directly to Laravel mailables and notifications wi...

Read article
Composer 2.9.6 Fixes Two Perforce Command Injection Vulnerabilities image

Composer 2.9.6 Fixes Two Perforce Command Injection Vulnerabilities

Composer 2.9.6 and 2.2.27 LTS fix two Perforce VCS driver command injection vulnerabilities that could lead to arbitrary command execution. Update imm...

Read article
Ship AI with Laravel: Your AI Agent Has Amnesia. Let's Fix It. image

Ship AI with Laravel: Your AI Agent Has Amnesia. Let's Fix It.

Your agent looks up orders and pulls customer history but forgets everything between messages. Ask about order 1042, follow up with "can I return it?"...

Read article
Redis Cluster Support for Queues in Laravel 13.5.0 image

Redis Cluster Support for Queues in Laravel 13.5.0

Laravel 13.5.0 adds first-class Redis Cluster support for queues and the concurrency limiter, completes #[Delay] attribute coverage for queued mailabl...

Read article
Time-Based Sharding in Pest v4.6.0 image

Time-Based Sharding in Pest v4.6.0

Pest v4.6.0 introduces time-based test sharding, allowing CI jobs to distribute tests by actual execution time for more balanced parallel runs.

Read article
Flaky Test Retries in Pest v4.5.0 image

Flaky Test Retries in Pest v4.5.0

Pest v4.5.0 introduces a flaky() method and --flaky CLI option for automatically retrying unstable tests, a toBeCasedCorrectly architecture assertion,...

Read article
Debugging production Laravel apps without losing your mind image

Debugging production Laravel apps without losing your mind

Laritor is a production observability tool built specifically around how Laravel applications are structured. Not adapted. Built.

Read article
Passage: A Lightweight API Proxy Gateway for Laravel image

Passage: A Lightweight API Proxy Gateway for Laravel

Passage is a lightweight API gateway package for Laravel that proxies incoming requests to external services.

Read article
PestPHP Intellisense in Laravel VS Code Extension v1.7.0 image

PestPHP Intellisense in Laravel VS Code Extension v1.7.0

Laravel VS Code Extension v1.7.0 adds PestPHP intellisense, a Go to Route command, common Artisan commands in the terminal, and Laravel 13 attribute s...

Read article
Drop in comments for Filament with Commentions image

Drop in comments for Filament with Commentions

Add powerful, real-time commenting to your Filament admin panels. Discover how the Commentions package delivers seamless comments, mentions, and event...

Read article
Laravel Starter Kits Now Include Toast Notifications image

Laravel Starter Kits Now Include Toast Notifications

All four Laravel starter kits — React, Vue, Svelte, and Livewire — now ship with built-in toast notifications for user feedback after actions like pro...

Read article
Ship AI with Laravel: Stop Your AI Agent from Guessing image

Ship AI with Laravel: Stop Your AI Agent from Guessing

Your support agent talks, classifies tickets, but when a customer asks "where's my order?" it makes something up. In this episode we give the agent to...

Read article
Laravel Cloud Adds Path Blocking to Prevent Bots From Waking Hibernated Apps image

Laravel Cloud Adds Path Blocking to Prevent Bots From Waking Hibernated Apps

Laravel Cloud now supports path blocking, letting you stop bot requests to common paths and file types from waking hibernated applications.

Read article
Blastup logo

Blastup

Blastup provides social media enhancement services including buying Instagram likes, followers, and views, with features like instant delivery and a variety of packages to suit different needs.

Blastup
LoadForge logo

LoadForge

Scalable load testing for web apps & APIs. Simulate real-world traffic and identify breaking points and performance limits with powerful, scalable load tests designed for Laravel.

LoadForge
Laravel Cloud logo

Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Laravel Cloud
Harpoon: Next generation time tracking and invoicing logo

Harpoon: Next generation time tracking and invoicing

The next generation time-tracking and billing software that helps your agency plan and forecast a profitable future.

Harpoon: Next generation time tracking and invoicing
Lucky Media logo

Lucky Media

Get Lucky Now - the ideal choice for Laravel Development, with over a decade of experience!

Lucky Media
Shift logo

Shift

Running an old Laravel version? Instant, automated Laravel upgrades and code modernization to keep your applications fresh.

Shift