承接 theihasan/laravel-inspector 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

theihasan/laravel-inspector

最新稳定版本:v0.0.2

Composer 安装命令:

composer create-project theihasan/laravel-inspector

包简介

The Laravel Zero Framework.

README 文档

README

Laravel Inspector is a Laravel Zero CLI for static inspection of Laravel projects. It scans a target directory without booting the app and surfaces routes, controllers, models, migrations, env keys, and common app folders in a terminal UI.

Requirements

  • PHP 8.2+
  • Composer

Install

composer install

Global install

Once published to Packagist:

composer global require figlab/laravel-inspector

Make sure your Composer global bin directory is on PATH:

export PATH="$HOME/.composer/vendor/bin:$HOME/.config/composer/vendor/bin:$PATH"

Run:

inspect /path/to/laravel-app

Usage

php application inspect /path/to/laravel-app

Options:

  • --filter=STRING Filter routes by URI or name
  • --controller=STRING Filter controller map by controller class

What it inspects

  • Project summary and Laravel version (best effort)
  • Routes and static route parsing
  • Route to controller map with file previews
  • Models, migrations, services, and actions with file previews
  • Env key usage from config and .env comparison (values are never shown)

Controls

  • Left/Right or h/l: focus nav vs content
  • Up/Down or j/k: navigate sections or select rows
  • PgUp/PgDn: page scroll
  • p: preview mode
  • t: table mode
  • q/Esc/Ctrl+C: quit

Notes

  • The target project is never modified.
  • If a section folder does not exist, it will not appear in the UI.

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-05