The Laravel team released v12.14.0, which includes a new Arr::from() method, a currentlyResolving() container method, new "except" Context methods, and more.
|
Ever spent hours reviewing Laravel service provider implementations or catching circular dependencies in your dependency injection? Want your code reviews to catch architectural issues before they become technical debt?
CodeRabbit is your AI-powered code review companion that deeply understands PHP and the Laravel ecosystem, going beyond what traditional static analysis tools can catch.
CodeRabbit provides:
- Automatic PR summaries and file-change walkthroughs.
- Runs popular linters like PHPStan, Biome, Ruff etc.
- Highlights code and configuration security issues.
- Enables you to write custom code review instructions and AST grep rules.
We're proud supporters of the PHP open-source ecosystem and maintainers of projects like Pinkary and Cachet. Our commitment to open source means we help maintainers focus on innovation rather than repetitive code reviews.
PS: CodeRabbit is free for Open-source.
|
The Laravel team has just shipped big improvements to Laravel Echo v2.1.0, including a new useEcho() hook for React and Vue, and an improved installation experience.
|
The early bird pricing for Laracon US ends on May 31. Get your ticket now and come to Denver for two days of learning, meeting the community, and more.
|
This week Jake and Michael discuss Pirates, Argonauts, and framework reminders
|
Laratext is a Laravel package that manages and auto-translates application text strings. It allows specifying both key and text for translations, making it useful and readable.
|
Laravel Jobs
The official Laravel job board connecting the best jobs with top talent.
|
|
|
Now hiring
Post a job on LaraJobs and it'll be featured here next week.
|
Laravel's UseFactory attribute enables declarative factory associations directly on Eloquent models using PHP attributes. This approach clarifies model-factory relationships, simplifies testing setup, and elegantly supports domain-driven structures without requiring strict naming conventions.
|
Laravel's except() method provides an intuitive way to exclude specific attributes from Eloquent models. This method complements the existing only() function, giving developers a complete solution for filtering model data while making code more expressive.
|
Laravel introduces fluent resource methods that attach transformation capabilities directly to Eloquent models. These methods create a more natural coding flow from data retrieval to API formatting, reducing mental context switching and improving code readability.
|
Laravel's URI class now supports custom macros, allowing developers to create application-specific URL manipulation methods. This feature enables cleaner code with domain-specific URL handling that integrates seamlessly with Laravel's elegant syntax.
|
Laravel Passkeys is a package by Spatie that makes it easy to set up passkey authentication in your Laravel application.
|
Laravel seeder generator based on your real data from your database.
|
Laravel's requestException() method streamlines HTTP error testing by providing a concise way to create request exceptions. This utility reduces verbose exception creation code to a single line, making it easier to test how applications handle various API error responses.
|
|