Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Laravel Dependency AnalyzerNew to Visual Studio Code? Get it now.
Laravel Dependency Analyzer

Laravel Dependency Analyzer

sandip-mandal

|
22 installs
| (0) | Free
Analyze dependencies in a Laravel project
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Laravel Dependency Analyzer

This Visual Studio Code extension analyzes Laravel project dependencies by reading and processing composer.json and composer.lock.

Features

  • Lists declared dependencies and their versions.
  • Identifies installed packages and their versions.
  • Checks for outdated dependencies using Packagist.
  • Highlights unused or missing dependencies.

Usage

  1. Open a Laravel project folder in VS Code.
  2. Run the Analyze Laravel Dependencies command from the Command Palette (Ctrl+Shift+P).
  3. View results in the VS Code console.

Installation

  1. Download and install the .vsix package (if using locally).
  2. Install from the VS Code Marketplace (if published).

Requirements

  • A Laravel project with composer.json and composer.lock files.

Known Issues

  • Packagist API failures may occur if there is no network connectivity.

Release Notes

1.0.0

  • Initial release with dependency analysis features.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft