Laravel Cloud is here! Zero-config managed infrastructure for Laravel apps. Deploy now.

Search

Cube

CodeRabbit is an AI-powered code review tool that specializes in PHP and Laravel, running PHPStan and offering automated PR analysis, security checks, and custom review features while remaining free for open-source projects.

Visit Cut PHP Code Review Time & Bugs into Half with CodeRabbit
JSON:API Resource in Laravel 12.45 image

JSON:API Resource in Laravel 12.45

The Laravel team released version 12.45, featuring a JsonApiResource, an AsBinary castable class, a cloud storage email attachment helper, and more.

Read article
Caching With MongoDB for Faster Laravel Apps image

Caching With MongoDB for Faster Laravel Apps

Speed up Laravel apps by using MongoDB as a cache store. Learn how to configure mongodb/laravel-mongodb, TTL indexes, locks, and best practices withou...

Read article
Laravel 12.44 Adds HTTP Client afterResponse() Callbacks image

Laravel 12.44 Adds HTTP Client afterResponse() Callbacks

The Laravel team released version 12.44, featuring HTTP client callbacks after the response is returned, a TestResponse header assertion method, new f...

Read article
Handle Nested Data Structures in PHP with the Data Block Package image

Handle Nested Data Structures in PHP with the Data Block Package

The Data Block package for PHP can handle querying, filtering, and setting nested data structures. This package offers a streamlined approach to handl...

Read article
Detect and Clean Up Unchanged Vendor Files with Laravel Vendor Cleanup image

Detect and Clean Up Unchanged Vendor Files with Laravel Vendor Cleanup

Stop guessing which Laravel vendor files you've modified. Laravel Vendor Cleanup compares your published files against vendor originals, identifies cr...

Read article
Seamless PropelAuth Integration in Laravel with Earhart image

Seamless PropelAuth Integration in Laravel with Earhart

Earhart is a Laravel package that makes working with PropelAuth and Laravel easier.

Read article
Laravel API Route image

Laravel API Route

A complete API versioning lifecycle management for Laravel

Read article
Laravel News 2025 Recap image

Laravel News 2025 Recap

We've hand-picked some of the biggest stories at Laravel News and the Laravel community in 2025. This year, we saw huge product and open-source releas...

Read article
12 Days of Eloquent image

12 Days of Eloquent

Build a festive Laravel CLI command that “sings” The Twelve Days of Eloquent while exploring Eloquent relationships, including polymorphic many-to-man...

Read article
Laravel Extended Commands image

Laravel Extended Commands

Quickly create Builders, Actions, Concern and Contract patterns with Artisan Commands

Read article
Laravel TOON: Reduce LLM Token Usage by 40-60% image

Laravel TOON: Reduce LLM Token Usage by 40-60%

Laravel TOON: Reduce LLM Token Usage by 40-60%

Read article
Mago Is a Blazing Fast Linter, Formatter, And Static Analyzer for PHP, Written in Rust image

Mago Is a Blazing Fast Linter, Formatter, And Static Analyzer for PHP, Written in Rust

Mago is a comprehensive PHP toolchain that helps developers write better code. Inspired by the Rust ecosystem, Mago brings speed, reliability, and an...

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
Building an AI-Powered Laravel + MongoDB App: A Walkthrough Using Laravel Boost image

Building an AI-Powered Laravel + MongoDB App: A Walkthrough Using Laravel Boost

Learn how to query data with natural language, create AI-discoverable helpers, and generate insights using aggregations.

Read article
Laravel Deadlocks: Causes and Fixes image

Laravel Deadlocks: Causes and Fixes

Learn why MySQL deadlocks happen in Laravel apps, why they appear in production but not locally, and how to debug and reduce them when using queues, H...

Read article
Flash Data in Inertia.js 2.3.3 image

Flash Data in Inertia.js 2.3.3

Inertia.js added support for Flash Data, which sends one-time data to your frontend that shouldn't reappear as users navigate through the browser hist...

Read article
A Fluent PHP Elasticsearch Query Builder image

A Fluent PHP Elasticsearch Query Builder

The elasticsearch-builder package for PHP offers a clean, fluent, immutable, and type-safe query builder for Elasticsearch. This package works seamles...

Read article
Automate Your Release Workflow with Shipmark image

Automate Your Release Workflow with Shipmark

Shipmark automates your release workflow with an interactive CLI that generates changelogs, manages versions, and creates tags.

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
Laravel 12.43 Released image

Laravel 12.43 Released

The Laravel team released version 12.43, featuring new Eloquent collection methods to merge attribute visibility across a collection, make the HTTP cl...

Read article
Colority Is a PHP Library for Parsing and Analyzing Colors image

Colority Is a PHP Library for Parsing and Analyzing Colors

Colority is a PHP library that lets you transform and validate colors, find the best contrast color, extract image colors, and more.

Read article
Measure Lines of Code and PHP Features Used image

Measure Lines of Code and PHP Features Used

Lines is a CLI tool by Tomas Votruba that measures lines of code and features used in PHP projects. It has zero dependencies, runs anywhere, and provi...

Read article
Inertia 2.3 Adds Precognition Support image

Inertia 2.3 Adds Precognition Support

Inertia v2.3 was released, adding Laravel Precognition support to the Form component and useForm() out of the box. This update makes it super simple t...

Read article
Translatable Enums image

Translatable Enums

A handy Laravel package for translatable enums.

Read article
Geocoding with Cloudflare image

Geocoding with Cloudflare

Learn how Laravel Shift boosted performance by using Cloudflare’s free geocoding header to simplify code, enable smarter caching, and deliver purchasi...

Read article
Refine is Live Blade Editor for Laravel image

Refine is Live Blade Editor for Laravel

Refine is a live Blade editor for Laravel that enables instant, in-browser editing of Blade templates.

Read article
Migrating from SQL to MongoDB image

Migrating from SQL to MongoDB

Learn how to migrate Laravel applications from SQL to MongoDB with this comprehensive guide covering schema redesign, data transformation, query rewri...

Read article
HTTP Client Request Attributes in Laravel 12.42 image

HTTP Client Request Attributes in Laravel 12.42

The Laravel team released version 12.42, featuring HTTP client request attributes, support for Enums in Translator replacements, schema builder index...

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
Simple Media Management with the Artifact Package for Laravel image

Simple Media Management with the Artifact Package for Laravel

Laravel Artifact is a lightweight package for simple media management in Laravel. It streamlines file uploads, storage, retrieval, and supports public...

Read article
PhpStorm 2025.3 brings bundled Laravel support, PHP 8.5, and new AI agents image

PhpStorm 2025.3 brings bundled Laravel support, PHP 8.5, and new AI agents

PhpStorm 2025.3 is out, and this release comes with native Claude Agent integration, out-of-the-box Laravel support, support for PHP 8.5, improvements...

Read article
Laravel launches an OSS Advent Calendar image

Laravel launches an OSS Advent Calendar

Laravel has launched a new holiday-themed microsite, the Laravel OSS Advent Calendar 2025, which reveals a short video and spotlight on a different op...

Read article
Laravel Bastion - A Stripe-inspired API authentication package image

Laravel Bastion - A Stripe-inspired API authentication package

Laravel Bastion is a Stripe-inspired API authentication package with environment isolation, granular scopes, and built-in security.

Read article
Share Your Laravel App with Cloudflare Tunnel image

Share Your Laravel App with Cloudflare Tunnel

The Cloudflared for Laravel is a simple package to create and manage Cloudflare Tunnels for your Laravel projects. Paried with the companion Vite plug...

Read article
PHP SDK for Anthropic Claude image

PHP SDK for Anthropic Claude

The Claude PHP SDK by Dale Hurley](https://github.com/dalehurley) provides 1-for-1 functionality with the official Python SDK, supporting PHP v8.1+.

Read article
Backpack v7 is Launched - See What's New image

Backpack v7 is Launched - See What's New

After 2.5 years of adding features in v6, the Backpack team has launched a new major version. If you're not familiar with Backpack, it's an admin pane...

Read article
MongoDB Document Structure & Data Modeling image

MongoDB Document Structure & Data Modeling

This MongoDB and Laravel tutorial walks through BSON, collections, and practical data modeling patterns using a social media case study. You will lear...

Read article
Modernized Email Template in Laravel 12.41 image

Modernized Email Template in Laravel 12.41

The Laravel team released version 12.41 this week, featuring an updated modern email template, new duration helpers for milliseconds, weeks, and month...

Read article
Impersonation in Laravel with the Mirror Package image

Impersonation in Laravel with the Mirror Package

Mirror is an elegant user impersonation package for Laravel that lets administrators log in as other users to troubleshoot issues, provide support, an...

Read article
Cut Code Review Time & Bugs in Half with CodeRabbit image

Cut Code Review Time & Bugs in Half with CodeRabbit

Code reviews are critical but time-consuming. CodeRabbit acts as your AI co-pilot, providing instant Code review comments and potential impacts of eve...

Read article
Tinkerwell logo

Tinkerwell

The must-have code runner for Laravel developers. Tinker with AI, autocompletion and instant feedback on local and production environments.

Tinkerwell
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
Curotec logo

Curotec

World class Laravel experts with GenAI dev skills. LATAM-based, embedded engineers that ship fast, communicate clearly, and elevate your product. No bloat, no BS.

Curotec
Bacancy logo

Bacancy

Supercharge your project with a seasoned Laravel developer with 4-6 years of experience for just $3200/month. Get 160 hours of dedicated expertise & a risk-free 15-day trial. Schedule a call now!

Bacancy
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