Browse past editions.
Explore the Model Context Protocol (MCP) to enhance AI interactions with Laravel apps. This tutorial guides you in building a task management MCP server, demonstrating tools, resources, and prompts for AI-driven task handling.
12th of October, 2025
The new features of Laravel Forge include Laravel VPS for instant server provisioning, zero-downtime deployments, automated SSL and domain management, and a redesigned UI for intuitive navigation. It also integrates tools such as SSH collaboration, real-time metrics, and role-based access control, while supporting modern frameworks like Nuxt and Next.js.
5th of October, 2025
Changing the APP_KEY isnโt as simple as running php artisan key:generate. To rotate it safely, you need to generate a new key, re-encrypt data, clear caches, and redeploy carefully. The guide includes a practical script to help automate the process without downtime or data loss.
28th of September, 2025
Laravel Bootcamp returns with a new PHP Fundamentals mini-course. Both are free, ideal for beginners to PHP or Laravel, offering foundational insights.
21st of September, 2025
The 2025 State of Laravel shows strong upgrade momentum: PHP 8.4/8.3 and Laravel 12/11 dominate, TypeScript, Tailwind CSS and Inertia.js gained traction, and VS Code is closing the gap with PhpStorm. MySQL remains top but PostgreSQL and SQLite rose. Server-side rendering with Blade/Livewire is still dominant, though React and Inertia are growing. Deployment remains frequent, APM and monitoring adoption increased, and testing/static analysis usage rose. The survey also shows a decrease in new Laravel developers.
14th of September, 2025
Keep up with Laravel in 5 minutes. Get the most important Laravel, PHP, & package news and reads every Sunday for free.
The PHP Foundation, Anthropic, and Symfony are collaborating on a framework-agnostic PHP SDK for the Model Context Protocol (MCP), enhancing PHP visibility and readiness for AI development.
7th of September, 2025
Explore improving type-safety and reducing magic strings in Laravel by creating configuration classes with enums and attributes. This approach enhances code clarity.
31st of August, 2025
Pest v4 introduces browser testing with Laravel support, enabling parallel tests. Features include visual regression, test sharding, faster type coverage, profanity checking, and conditional test skipping. Built on PHPUnit 12.
24th of August, 2025
-
17th of August, 2025
PHP explores the implementation of generics, focusing on compile-time-only generics for interfaces and abstract classes. This aims to deliver significant benefits with minimal complexity. This approach could enhance type safety and performance without incurring runtime overhead.
10th of August, 2025
At Laracon US 2025, several exciting announcements were made to enhance the Laravel ecosystem.
3rd of August, 2025
The State Of Laravel 2025 survey is open, aiming to capture ecosystem changes. Participate to shape insights on Laravel's evolution.
27th of July, 2025
Symfony AI introduces a new initiative to integrate AI capabilities into PHP applications through a dedicated mono-repository. It offers components for AI platform interfacing, agent creation, and data storage, enhancing chatbot and AI agent development.
20th of July, 2025
The long-awaited official support for PHP 8.4 has landed in PHP-CS-Fixer with the 3.80.0 release. While it took longer than hoped, the maintainers highlight the challenges of OSS work and encourage community contributions for future releases.
13th of July, 2025
A fluent Laravel client for the n8n REST API and webhooks. Manage workflows, executions, credentials, users, and more from your Laravel app, bringing powerful n8n automation into your PHP projects.
6th of July, 2025
Explore the action pattern in Laravel to streamline controller logic by moving it to separate classes, enhancing code organization and testability, demonstrated through user creation and validation processes.
29th of June, 2025
Laravel Nightwatch provides real-time monitoring for Laravel apps, offering insights into system health, exceptions, and performance at scale. Designed for teams, it simplifies tracking and resolving issues efficiently.
22nd of June, 2025
Filament v4 Beta introduces performance boosts, Tailwind CSS v4 integration, improved accessibility, and multi-factor authentication. Enhanced UI components and schema-based configurations streamline development and provide a more consistent, maintainable experience.
15th of June, 2025
Explore the shift towards asynchronous programming in PHP, from streams in PHP 4.3 to fibers in PHP 8.1. Discover the nuances of asynchronicity, event loops, and promises, with insights on using ReactPHP and Amp for efficient asynchronous operations.
8th of June, 2025
The PHP RFC introduces a "pipe" operator `|>`, facilitating function chaining by passing the left-side value as the first parameter to a single-parameter callable on the right. Voting so far is favorable, so the proposal will likely be accepted.
1st of June, 2025
Boost your Laravel workflow by integrating Junie to your projects. This guide walks through installing the `dcblogdev/laravel-junie` package, publishing Laravel-specific coding guidelines with `php artisan junie:install`, and configuring PhpStorm to leverage Junieโs AI-powered suggestions. Keep your teamโs style rules in sync, accelerate code reviews, and let Junie enforce best practices directly in your IDE.
25th of May, 2025
The PHP RFC introduces a "pipe" operator `|>`, facilitating function chaining by passing the left-side value as the first parameter to a single-parameter callable on the right. Voting so far is favorable, so the proposal will likely be accepted.
18th of May, 2025
Laravel v12.13.0 introduces naming for queued closures for better identification and callback support in `containsOneItem` for collection filtering. Additionally, `assertRedirectBack` enhances response testing, while queued event listeners can now handle enum values.
11th of May, 2025
A sneak peek at Laravelโs upcoming monitoring tool: easy to install, beautifully designed, and packed with features like exception tracking, performance insights, and slow route detection.
4th of May, 2025
Learn how to optimize PHPUnit/Pest tests on GitHub by splitting them into chunks for parallel execution, significantly reducing test suite runtime, as demonstrated by Oh Dear's approach.
27th of April, 2025
New memoize driver enhances caching by storing values in memory for the request duration, reducing repeated cache store hits and improving performance, especially for costly operations.
20th of April, 2025
Laravel 12.x introduces global auto eager loading to combat the N+1 problem, enhancing performance by loading related models in a single query. This feature can be enabled globally, per model, or per query.
13th of April, 2025
Laravel Wayfinder generates fully-typed TypeScript functions for controllers and routes, enabling direct Laravel endpoint calls in client code. Ideal with Inertia, it simplifies backend-frontend integration.
6th of April, 2025
The latest version introduces significant updates, including the AsHtmlString cast for handling HTML, Arr::sole() method, QueueFake::listenersPushed() method, except() method for models, whereNull() and whereNotNull() for AssertableJson class, shouldRun() method in migrations, and the pipe() method for query builders.
30th of March, 2025
Explore the inner workings of AI coding tools like Cursor, Windsurf, and Copilot. Understanding their frameworks can significantly boost productivity, especially in complex codebases, by optimizing prompt engineering and tool interactions.
23rd of March, 2025