Laravel News's Avatar

Laravel News

@laravelnews.com

Your news source for the Laravel PHP Framework. Email us at hello@laravel-news.com

5,901
Followers
106
Following
1,147
Posts
13.10.2023
Joined
Posts Following

Latest posts by Laravel News @laravelnews.com

Preview
The Inertia v3 Beta is Here - Laravel News Inertia v3.0.0 beta ships a built-in XHR HTTP client, a new useHttp hook, optimistic updates, instant visits, URL fragment preservation, and drops support for React <19, Svelte 4, and CommonJS builds.

The Inertia v3 Beta is Here laravel-news.com/the-inertia-...

06.03.2026 14:02 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Polyscope Is an Ai-First Dev Environment for Orchestrating Agents - Laravel News Polyscope is a free agent orchestration tool from Marcel Pociot that lets you run dozens of AI agents simultaneously with copy-on-write clones and a built-in preview browser.

Polyscope Is an Ai-First Dev Environment for Orchestrating Agents laravel-news.com/polyscope-is...

05.03.2026 14:02 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Filament v5.3.0 Released with Deferred Tab Badges and Column Manager Improvements - Laravel News Filament v5.3.0 adds deferred tab badge loading, column manager modal and slideover support, RichEditor plugin enhancements, and sort loading indicators.

Filament v5.3.0 Released with Deferred Tab Badges and Column Manager Improvements laravel-news.com/filament-v5-...

04.03.2026 14:01 πŸ‘ 8 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Ward: A Security Scanner for Laravel - Laravel News Security scanner built for Laravel, detects misconfigurations, vulnerabilities, and exposed secrets with a beautiful TUI.

Ward: A Security Scanner for Laravel posted by @ylynfatt.bsky.social laravel-news.com/ward-a-secur...

03.03.2026 14:03 πŸ‘ 7 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
Kit: An Opinionated API Starter Kit for Laravel - Laravel News Opinionated Laravel API starter kit for token-based authentication with strong defaults around API design, documentation, testing, and security.

Kit: An Opinionated API Starter Kit for Laravel posted by @ylynfatt.bsky.social laravel-news.com/kit-an-opini...

02.03.2026 14:00 πŸ‘ 4 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Livewire v4.2.0 Released with Security Hardening and Laravel 13 Support - Laravel News Livewire v4.2.0 adds Laravel 13 support, reactive props during boot hooks, a new $errors.clear() method, and seven security hardening improvements.

Livewire v4.2.0 Released with Security Hardening and Laravel 13 Support laravel-news.com/livewire-v4-...

27.02.2026 14:02 πŸ‘ 8 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Preview
Filament through the years - Laravel News It's hard to believe that we're already celebrating Filament's fifth birthday, so it seems fitting to take a stroll down memory lane and look at all the major milestones that Filament has achieved throughout its five year run. Whether you've been around since the beginning and want a hit of nostalgia, or you're new to the Filament community and want to see where Filament as you know it today came from, this post is worth the read!

Filament through the years laravel-news.com/filament-thr...

26.02.2026 17:22 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Improved skills, markdown for AI, and The Vibes Jake and Michael discuss all the latest Laravel releases, tutorials, and...

πŸŽ™οΈ Just published a new episode of Laravel News Podcast: Improved skills, markdown for AI, and The Vibes. Have a listen:

26.02.2026 15:00 πŸ‘ 4 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
Boost Guidelines & Skills Added in Inertia v2.3.16 - Laravel News Inertia v2.3.16 adds Boost guidelines and skills documentation and bumps the Svelte Kit dependency to 2.52.2.

Boost Guidelines & Skills Added in Inertia v2.3.16 laravel-news.com/inertia-2-3-

26.02.2026 14:02 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Laravel Launches an Open Directory of AI Agent Skills for Laravel and PHP - Laravel News Discover Laravel Skills, a new community directory for reusable AI agent skills that work with tools like Claude Code, Cursor, and Copilot.

Laravel Launches an Open Directory of AI Agent Skills for Laravel and PHP posted by @ericlbarnes.com laravel-news.com/laravel-skil

25.02.2026 16:01 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Filament turns five in style! - Laravel News We've come a long way since Filament's v1 release, and today, on Filament's fifth birthday, we launch a project that has been many months in the making: Filament's new rebrand!

Filament turns five in style! laravel-news.com/filament-tur...

25.02.2026 15:45 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Cache Concurrency Limiting in Laravel 12.53.0 - Laravel News Laravel v12.53.0 introduces Cache::funnel() for concurrency limiting backed by any lock-capable cache driver, adds named argument support to event dispatching and broadcasting, and extends PostgreSQL full-text search with pre-computed tsvector column support.

Cache Concurrency Limiting in Laravel 12.53.0 laravel-news.com/laravel-12-5...

25.02.2026 13:45 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Stop Failing APIs from Killing Your Queue β€” Fuse for Laravel - Laravel News Stripe goes down on a Friday night and your queue workers don't know it. Every job hangs, retries, and blocks everything else. In this video, I break a simulated Stripe endpoint on purpose and show how Fuse for Laravel, the circuit breaker package I presented at Laracon India, automatically protects your queue, delays failing jobs, and recovers when the API comes back.

Stop Failing APIs from Killing Your Queue β€” Fuse for Laravel posted by @harrisrafto.eu laravel-news.com/stop-failing...

25.02.2026 13:31 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 1
Preview
Blaze: An Optimized Blade Template Compiler for Laravel - Laravel News Blaze is a Blade compiler from the Livewire team that pre-compiles anonymous Blade components into optimized PHP functions to reduce rendering overhead and speed up component-heavy apps

Blaze: An Optimized Blade Template Compiler for Laravel posted by @ericlbarnes.com laravel-news.com/livewire-bla

24.02.2026 19:02 πŸ‘ 7 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Chief: Run Claude Code on Large Projects with Task-Based Workflows - Laravel News Chief is a CLI tool that lets you build large projects with Claude Code by decomposing work into discrete tasks and running them iteratively.

Chief: Run Claude Code on Large Projects with Task-Based Workflows laravel-news.com/chief-run-cl...

24.02.2026 14:00 πŸ‘ 3 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
Laravel OpenAPI CLI: Generate Artisan Commands from Your API Spec - Laravel News Create Laravel commands for your OpenAPI specs with Laravel OpenAPI CLI

Laravel OpenAPI CLI: Generate Artisan Commands from Your API Spec posted by @ylynfatt.bsky.social laravel-news.com/laravel-open...

23.02.2026 14:02 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Improved Skill and Guideline Detection in Laravel Boost v2.2.0 - Laravel News Laravel Boost v2.2.0 adds significant improvements to how skills and guidelines are detected for your app, ensuring they are always up to date.

Improved Skill and Guideline Detection in Laravel Boost v2.2.0 laravel-news.com/laravel-boos...

23.02.2026 13:46 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
"The Vibes" β€” NativePHP Hosts a Day 3 after Laracon US - Laravel News Keep the Laracon momentum going at The Vibes, a one day NativePHP community gathering in Boston on July 30, 2026, with networking, collaboration, and great conversations.

"The Vibes" β€” NativePHP Hosts a Day 3 after Laracon US laravel-news.com/the-vibes-na...

21.02.2026 04:40 πŸ‘ 2 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
What We Know About Laravel 13 - Laravel News Laravel 13 is the next major release of the Laravel framework, scheduled for March 2026.

What We Know About Laravel 13 laravel-news.com/laravel-13

20.02.2026 14:03 πŸ‘ 6 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Factory makeMany() Method in Laravel 12.52.0 - Laravel News Laravel v12.52.0 adds a Factory makeMany() method, new withoutAfterMaking() and withoutAfterCreating() factory helpers, temporary upload URL support for the local filesystem driver, and more.

Factory makeMany() Method in Laravel 12.52.0 laravel-news.com/laravel-12-5...

18.02.2026 14:01 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Laravel Adds an Official Svelte + Inertia Starter Kit - Laravel News Laravel now has an official Svelte starter kit, joining the existing React, Vue, and Livewire options. Learn more about Laravel's latest starter kit and how you can build Laravel apps with Laravel, Svelte, and Inertia.

Laravel Adds an Official Svelte + Inertia Starter Kit laravel-news.com/laravel-svel...

18.02.2026 13:46 πŸ‘ 5 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Preview
MongoDB Vector Search in Laravel: Finding the Unqueryable - Laravel News Learn how to implement MongoDB Vector Search in Laravel to find results by semantic meaning instead of keyword matching, using Voyage AI embeddings and Eloquent in just three steps.

MongoDB Vector Search in Laravel: Finding the Unqueryable laravel-news.com/mongodb-vect...

18.02.2026 12:01 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Laravel Cloud Adds β€œMarkdown for Agents” to Serve AI-Friendly Content - Laravel News Laravel Cloud introduces Markdown for Agents, allowing applications to serve Markdown instead of HTML when requested by AI tools, improving machine readability and future-proofing apps for agent traffic.

Laravel Cloud Adds β€œMarkdown for Agents” to Serve AI-Friendly Content posted by @ericlbarnes.com laravel-news.com/laravel-clou...

17.02.2026 22:25 πŸ‘ 5 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Laravel Releases Nightwatch MCP Server for Claude Code and AI Agents - Laravel News Laravel Nightwatch MCP is now live, enabling developers to diagnose and resolve application issues using AI agents like Claude Code. Learn how to install and get started.

Laravel Releases Nightwatch MCP Server for Claude Code and AI Agents posted by @ericlbarnes.com laravel-news.com/nightwatch-m

17.02.2026 16:01 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Laravel Live Denmark Returns to Copenhagen in August 2026 - Laravel News Laravel Live Denmark 2026 will take place August 20–21 in Copenhagen, bringing together 300+ Laravel and PHP developers for two days of talks and community connection.

Laravel Live Denmark Returns to Copenhagen in August 2026 posted by @ericlbarnes.com laravel-news.com/laravel-live...

16.02.2026 18:02 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Generate Secure, Memorable Passphrases in PHP with PHP Passphrase - Laravel News A Bitwarden-inspired passphrase generator for PHP with first-class Laravel integration.

Generate Secure, Memorable Passphrases in PHP with PHP Passphrase posted by @ylynfatt.bsky.social laravel-news.com/generate-sec...

16.02.2026 14:02 πŸ‘ 4 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
FrankenPHP v1.11.2 Released With 30% Faster CGO, 40% Faster GC, and Security Patches - Laravel News FrankenPHP v1.11.2 is a security-focused release that fixes three vulnerabilities including a critical Unicode path confusion issue and a worker-mode session leak. It also upgrades to Go 1.26 for noticeably lower latency and adds an Alpine Linux APK repository.

FrankenPHP v1.11.2 Released With 30% Faster CGO, 40% Faster GC, and Security Patches posted by @ericlbarnes.com laravel-news.com/frankenphp-v...

13.02.2026 14:31 πŸ‘ 5 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
Capture Web Page Screenshots in Laravel with Spatie's Laravel Screenshot - Laravel News Laravel Screenshot by Spatie provides a way to capture web page screenshots in Laravel applications.

Capture Web Page Screenshots in Laravel with Spatie's Laravel Screenshot laravel-news.com/laravel-scre...

13.02.2026 14:00 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Collecting methods, AI Boost, and Statamic 6 Jake and Michael discuss all the latest Laravel releases, tutorials, and...

πŸŽ™οΈ Just published a new episode of Laravel News Podcast: Collecting methods, AI Boost, and Statamic 6. Have a listen:

12.02.2026 15:00 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Nimbus: An In-Browser API Testing Playground for Laravel - Laravel News Nimbus is a Laravel package that adds an in-browser API client to your application for inspecting and testing endpoints during development.

Nimbus: An In-Browser API Testing Playground for Laravel laravel-news.com/nimbus-an-in...

12.02.2026 14:01 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0