This week in Laravel brings exciting developments for developers looking to expand their horizons. From building mobile applications with NativePHP to enhancing security and celebrating community milestones, there's plenty to dive into.
NativePHP v3 Course Launched
LaravelDaily.com has released a new course focused on NativePHP v3, making it significantly easier to develop mobile applications using the Laravel ecosystem. This concise 40-minute course guides you through building a movie quiz app, demonstrating the streamlined process of creating native mobile experiences with PHP.
To complement the course, a YouTube video offers a practical demonstration of NativePHP v3 in action, showcasing the basics of building mobile apps with Laravel.
Exploring Laravel Security and Performance
Security remains a critical aspect of web development. This week features a look at 'Ward,' a new security scanner for Laravel written in Go. While it identified some potential vulnerabilities, it also highlighted the common challenge of 'false positives' in automated scanning.
For those interested in performance, a video explores the new Livewire Blaze for Blade Components, investigating its potential to improve rendering speeds. Additionally, a method for finding missing translations in Laravel without relying on external packages is presented, offering a clean, test-driven approach.
Filament Turns Five: Community Milestones and New Tools
Filament, the popular TALL stack admin panel builder, celebrates its fifth birthday with significant announcements. The Filament team shared exciting news regarding their progress and future plans, marking a major milestone for the project.
Beyond Filament, the Laravel community is buzzing with new packages and updates:
- Laravel Boost v2.2.0: Introduces improved skill and guideline detection for applications.
- Fuse for Laravel: A circuit breaker package designed to prevent failing APIs from overwhelming your queue workers.
- Nexus Inventory: A free, open-source package for syncing inventory across multiple e-commerce platforms from a single Laravel application.
- Cross Eloquent Search v3.7.0: Adds support for Laravel 13, PostgreSQL, and SQLite, along with new methods for enhanced search functionality.
- i18n-audit/i18n-audit-laravel: A package to audit translation usage, identify missing keys, and detect unused translations.
- laravel-openapi-cli: A Spatie package that transforms OpenAPI specifications into dedicated Artisan commands.
AI Integration and Future Laravel Features
The integration of AI into web applications is a growing trend. A guide on making Laravel applications 'AI-Agent Friendly' provides insights into preparing your apps for AI-driven web browsing. Another resource explores using the new Laravel AI SDK for practical RAG (Retrieval-Augmented Generation) applications, enabling chatbots to interact with your documents.
Looking ahead, discussions around upcoming Laravel features include the potential for #[Seeder] attributes in tests for Laravel 13, promising cleaner test setups and improved developer experience.
Community and Incident Reports
This week also saw a Laravel Cloud Incident Report detailing a connectivity outage on February 20, 2026, caused by a specific network misconfiguration. Transparency in such incidents is crucial for maintaining trust within the community.
Key Takeaways:
- NativePHP v3 offers a more accessible path to building mobile apps with Laravel.
- New tools like 'Ward' enhance Laravel application security scanning.
- Filament's 5th anniversary highlights the project's growth and community impact.
- Several new packages address specific development needs, from inventory management to API resilience.
- The Laravel ecosystem continues to embrace AI integration and explore future language features.
For more details and links, refer to the original source article.
Source: This Week in Laravel: NativePHP Course, Laravel Security and Filament Turns 5