LaravelDaily

Static analysis for Filament v4/v5 projects. Detect deprecated patterns and code issues.

65
2
100% credibility
Found Feb 05, 2026 at 27 stars 2x -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
PHP
AI Summary

FilaCheck scans Filament projects for deprecated code patterns and offers automatic fixes to keep admin panels up to date.

How It Works

1
🏗️ Building your dashboard

You're creating beautiful admin screens to manage your app's data using Filament.

2
🤖 AI generates code

You use AI tools to quickly write code for your screens, but worry it might use old ways.

3
📦 Add the checker

You easily add FilaCheck, a smart helper, to your project to spot outdated code.

4
🔍 Run the scan

With one simple action, you scan your files and instantly see any old patterns highlighted.

5
⚠️ Review the report

You get a friendly list of issues with suggestions on what to change and why.

6
🛠️ Auto-fix problems

You choose to automatically update many issues safely, with backups just in case.

Clean modern code

Your dashboard code is now fully updated, runs smoothly, and is ready for the future!

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 27 to 65 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is FilaCheck?

FilaCheck is a PHP static analysis tool for Filament v4/v5 projects in Laravel apps. It scans your resources and Blade views for deprecated patterns—like swapping `reactive()` for `live()` or `form()` for `schema()`—and flags code issues from upgrades or AI generation. Run it via Artisan command (`php artisan filacheck`) or standalone binary, with options for detailed reports, auto-fixing, and backups.

Why is it gaining traction?

Unlike general PHP linters, it's tailored for Filament pitfalls, acting like Pint specifically for admin panels—perfect for github static code analysis in CI pipelines with clean exit codes. The beta auto-fix handles most deprecations automatically, saving manual refactoring time, while planned Pro rules target performance and best practices. Low friction install via Composer and GitHub Actions yaml snippet hooks devs fast.

Who should use this?

Filament resource authors upgrading from v3 to v4/v5, or teams generating code with AI tools like Cursor. Laravel devs enforcing standards in CI for static analysis tools, especially those tired of chasing deprecations post-release. Suited for mid-sized projects with `app/Filament` directories, not raw PHP shops.

Verdict

Grab it as a dev dependency if you're deep in Filament—solid for quick audits despite 35 stars and 1.0% credibility score signaling early maturity. Docs are crisp with examples, but watch for Pro evolution; commit first before `--fix` runs.

(178 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.