---
title: "Lens for Laravel Brings WCAG Auditing to Your Local Dev Workflow"
url: https://daily.dev/posts/lens-for-laravel-brings-wcag-auditing-to-your-local-dev-workflow-qrxxbqg9s
source_url: https://laravel-news.com/lens-for-laravel-brings-wcag-auditing-to-your-local-dev-workflow
type: article
source: "Laravel News"
published: 2026-03-17T13:04:39.038Z
updated: 2026-08-24T06:56:43.153Z
tags: ["php", "laravel", "accessibility"]
reading_time: 4
upvotes: 12
comments: 2
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Lens for Laravel Brings WCAG Auditing to Your Local Dev Workflow

**[Laravel News](https://daily.dev/sources/ln)** · 4 min read · 12 upvotes · 2 comments

## Summary

Lens for Laravel is a dev-only package that scans Laravel applications for WCAG accessibility violations using Axe-core and a headless Chromium browser. It maps each issue back to the specific Blade template file and line number, and provides a web dashboard, an Artisan CLI command for CI/CD integration, and optional AI-assisted fix suggestions via Gemini, OpenAI, or Anthropic. The dashboard supports single-page, multi-URL, and full-site crawl audits, groups results by WCAG level (A, AA, AAA), and can export PDF reports. The package is restricted to local environments by default. Automated scanning catches roughly 20–30% of WCAG violations, so manual testing remains necessary for full compliance.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/lens-for-laravel-brings-wcag-auditing-to-your-local-dev-workflow>

## Community discussion

Top comments from developers on daily.dev.

**@allinonetools** · 2 upvotes

> This is really useful—catching WCAG issues locally with file-level mapping saves a lot of time. Good reminder that automated scans help, but you still need manual checks for full accessibility.

**@vagsig** · 0 upvotes

> That actually has the potential of being really useful! I'll def try it!

## Similar posts on daily.dev

- [Ward: A Security Scanner for Laravel](https://daily.dev/posts/ward-a-security-scanner-for-laravel-ssd7ztpcc) · Laravel News · 74 upvotes · 1 comments

---

Tags: [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel), [#accessibility](https://daily.dev/tags/accessibility)

[View this post on daily.dev](https://daily.dev/posts/lens-for-laravel-brings-wcag-auditing-to-your-local-dev-workflow-qrxxbqg9s)
