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
- Open a Laravel project folder in VS Code.
- Run the
Analyze Laravel Dependencies command from the Command Palette (Ctrl+Shift+P ).
- View results in the VS Code console.
Installation
- Download and install the
.vsix package (if using locally).
- 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.
| |