This Week in Laravel: April 2, 2026
This week's Laravel roundup brings exciting updates, including a deep dive into the new Teams functionality in Laravel 13, the introduction of an AI skill for best practices, and essential community news.
Laravel 13 Teams and Multi-Tenancy
A recent article addresses the common question of whether Laravel 13's new "Teams" feature is equivalent to multi-tenancy. The post clarifies the distinction by explaining the three different levels of multi-tenancy, helping developers understand the scope and application of the new feature.
Exploring the New Laravel 13 Teams Feature
A YouTube video offers a hands-on look at the new Teams feature integrated into Laravel 13's starter kits. This visual guide provides practical insights into how to implement and utilize this new functionality.
Laravel-Best-Practices AI Skill
The official Laravel team has launched a new AI skill named laravel-best-practices. This skill is designed for AI agents and aims to assist developers in adhering to best practices within their Laravel projects. A video demonstration showcases the application of this AI skill on two distinct projects, highlighting its potential impact on code quality and maintainability.
Advanced Laravel 13 Demonstrations
Several YouTube videos explore advanced configurations and integrations within Laravel 13:
- JSON:API + Spatie Query Builder + Scramble API Docs: This demonstration recreates a setup recommended by Taylor Otwell, combining JSON:API, Spatie's Query Builder, and Scramble for API documentation.
- Filament File Manager Plugins: A review of three different Filament packages designed for file management, offering alternatives for enhancing the Filament admin panel.
- Filament Translation Workflow Plugin: A demo of a paid Filament plugin that streamlines the translation process, including CSV import and AI-powered auto-translations.
Community Highlights and Tools
The Laravel community remains vibrant with several notable releases and discussions:
- Personal AI Assistant with Laravel: A YouTube tutorial demonstrates how to build a personal AI assistant using Laravel and the Laravel AI SDK.
- PAO: Agent-Optimized Output for PHP Testing: Nuno Maduro introduced PAO, a tool for agent-optimized output in PHP testing, compatible with various PHP projects and testing frameworks.
- PHP Debugger: A lightweight, speed-focused alternative to Xdebug, offering reduced overhead for step-debugging.
- PHPantom: A fast PHP Language Server built in Rust, providing excellent performance and support for advanced features like generics and Laravel Eloquent.
- Axios Supply Chain Attack: A critical security alert regarding a compromised Axios npm package. The article details the incident, its implications for AI coding agents, and essential protective measures for Laravel developers.
- Underrated Laravel HTTP Client Feature: James Brooks highlights the utility of URI templates within Laravel's HTTP client for cleaner and more robust API request construction.
- Security Alert: Axios Compromise: Laravel's official announcement regarding the Axios supply chain attack, emphasizing proactive community protection measures.
- NativePHP for Android Apps: An exploration of building Android applications using PHP with NativePHP.
- DTOs for Bug Prevention: A reminder that Data Transfer Objects (DTOs) enhance code clarity and safety by enforcing expected data structures, reducing bugs often caused by hidden arrays.
- Scotty SSH Task Runner: Freek Van der Herten released Scotty, a simple SSH task runner for executing deployment scripts with real-time output.
- Laravel Debugbar Boost Skill: Barry vd. Heuvel integrated a "Boost" skill into Laravel Debugbar, aiding in issue fixing and query optimization with features like request browsing and EXPLAIN results.
- thomasjohnkane/snooze: A new Composer package designed to simplify the automation of future notifications and reminders in Laravel applications.
- Laravel AI SDK for Database Tools: An official blog post from Laravel details how to build production-safe database tools for AI agents using the Laravel AI SDK, including features like scoped Eloquent queries and vector search.
- Larament Starter Kit: A bloat-free Laravel and Filament starter kit aimed at saving setup time by pre-configuring quality tooling.
Key Takeaways
- Laravel 13 introduces a "Teams" feature, distinct from traditional multi-tenancy concepts.
- The
laravel-best-practicesAI skill offers new avenues for improving code quality. - Security remains paramount, with recent alerts highlighting the importance of vigilance against supply chain attacks.
- Community-driven tools and packages continue to enhance the Laravel development experience.