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.
|
Something incredible just happened: Filament now runs natively inside an Android app thanks to you.
|
This Laravel Blade + Apline.js starter kit emphasizes simplicity by offering a lightweight, Blade-only kit.
|
Eric and Brent discuss the evolution of PHP, the importance of testing, and the introduction of Tempest, a new PHP framework.
|
Laravel's Str::isUrl method provides flexible URL validation with optional protocol restrictions. This utility simplifies verifying URL format and security requirements, making it ideal for form validation, webhook registration, and social media link verification in applications.
|
fwd.host acts as a proxy for your redirects to handle social authentication callbacks by setting your callback URLs
|
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 relationLoaded() method now supports dot notation for nested relationships, matching the syntax used for eager loading. This enhancement eliminates inconsistency between loading and verifying relationships, enabling more efficient conditional loading patterns.
|
ElasticLens is a Laravel package that integrates Elasticsearch with Eloquent models. It provides advanced search capabilities while maintaining Laravel's familiar syntax.
|
Laravel's diffKeys method identifies collection differences based on keys rather than values, enabling precise structural comparisons. This utility excels in configuration management, permission auditing, and feature flag synchronization where key presence matters more than values.
|
The Prism Bedrock package is a standalone Bedrock provider for the Prism PHP Package for Laravel. It supports text generation, structured output, embeddings, and more
|
Laravel's inlineMarkdown method enables secure Markdown-to-HTML conversion with built-in XSS protection and customizable security options. This feature safely processes user-generated content while maintaining rich formatting capabilities for forums, comments, and notification systems.
|
Volet is an extensible customer feedback widget for Laravel
|
Laravel's existsOr method enables elegant handling of non-existent model queries by executing closures when no results are found. This feature streamlines error handling and fallback logic, eliminating the need for separate existence checks and conditional statements.
|
|