Why we removed AI solutions from Flare
Flare removed its AI-generated error solutions in April 2024, citing that they lacked context and took up UI space, and replaced them with an MCP server, a CLI with an agent skill, and a 'Copy for AI'…
Flare removed its AI-generated error solutions in April 2024, citing that they lacked context and took up UI space, and replaced them with an MCP server, a CLI with an agent skill, and a 'Copy for AI'…
Flare, the error-tracking service for Laravel, now supports OAuth for its MCP server, CLI, and REST API, replacing API tokens with browser-based consent and granular permissions. MCP clients like Clau…
Parse for Artisans, a hosted parsing API with a Laravel-native SDK, enables Laravel 13 apps to convert uploaded PDFs, scans, .doc files, and emails into Markdown for AI-powered document Q&A. The pipel…
Claude Code projects suffer when CLAUDE.md grows too large because the file is loaded into context at the start of every session and stays resident, costing tokens and degrading performance. The fix i…
Alberto Arena's open-source Laravel package, laravel-event-sourcing-generator, surpassed 10,000 downloads on Packagist. The tool automates scaffolding of event-sourcing components for Spatie-based Lar…
A developer published a technical SEO audit checklist for modern web applications, focusing on what crawlers actually see. The guide covers robots.txt configuration, sitemap generation, canonical URLs…
Cleaniquecoders released an update to its Laravel MCP Kit that introduces a generic toolbox of ops tools that register themselves only when their backing packages are installed. The toolbox uses a sta…
AI-assisted development is shifting the decision-making process for developers away from installing third-party packages toward having AI agents write custom code. The choice between a package and AI-…
Spatie released version 2 of all four JavaScript client libraries for its Flare error-tracking service, including @flareapp/js, @flareapp/react, @flareapp/vue, and @flareapp/vite. The update introduce…