PHPackages                             laravelgpt/vscode-laravel-git - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. laravelgpt/vscode-laravel-git

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

laravelgpt/vscode-laravel-git
=============================

A Laravel 12 package that functions as a VS Code web-based extension with Git features

v1.0.2(6mo ago)00MITPHPPHP ^8.4

Since Nov 8Pushed 6mo agoCompare

[ Source](https://github.com/laravelgpt/vscodelaravel)[ Packagist](https://packagist.org/packages/laravelgpt/vscode-laravel-git)[ RSS](/packages/laravelgpt-vscode-laravel-git/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

VS Code Laravel Git Extension
=============================

[](#vs-code-laravel-git-extension)

A Laravel 12 package that functions as a VS Code web-based extension with Git features included.

Features
--------

[](#features)

- Git status checking
- Commit changes with custom messages
- Push and pull functionality
- Branch management (list, checkout)
- Git log viewing
- Clean, modern interface integrated with VS Code

Installation
------------

[](#installation)

### Laravel Package Installation

[](#laravel-package-installation)

Require the package in your Laravel 12 project:

```
composer require laravelgpt/vscode-laravel-git
```

Publish the configuration file:

```
php artisan vendor:publish --provider="LaravelGpt\Vscode\VscodeLaravelGitServiceProvider"
```

### VS Code Extension Installation

[](#vs-code-extension-installation)

You can install the extension in two ways:

**Method 1: Direct Installation (Recommended)**

1. Download the `laravel-vscode-git-0.0.1.vsix` file from the releases
2. In VS Code, go to Extensions (`Ctrl+Shift+X`)
3. Click on the "..." menu and select "Install from VSIX..."
4. Select the downloaded .vsix file

**Method 2: Development Installation**

1. Clone this repository
2. Run `npm install` to install dependencies
3. Press `F5` to compile and run the extension in a new VS Code window

Usage
-----

[](#usage)

### Laravel Package

[](#laravel-package)

```
use LaravelGpt\Vscode\Facades\VscodeLaravelGit;

// Get Git status
$status = VscodeLaravelGit::getStatus();

// Commit changes
VscodeLaravelGit::stageFiles(['file1.txt', 'file2.txt']);
VscodeLaravelGit::commit('Initial commit');

// Push changes
VscodeLaravelGit::push();
```

### VS Code Extension

[](#vs-code-extension)

Use the command palette (`Ctrl+Shift+P` or `Cmd+Shift+P`) to access the following commands:

- `Laravel Git: Show Status`
- `Laravel Git: Commit Changes`
- `Laravel Git: Push Changes`
- `Laravel Git: Pull Changes`
- `Laravel Git: Show Log`
- `Laravel Git: Show Branches`
- `Laravel Git: Checkout Branch`

Configuration
-------------

[](#configuration)

### Laravel Package

[](#laravel-package-1)

The package can be configured by publishing the configuration file and modifying `config/vscode-laravel-git.php`:

```
return [
    'default_path' => '',
    'git_binary_path' => 'git',
    'max_execution_time' => 30,
    'enable_logging' => false,
    'log_channel' => null,
];
```

### VS Code Extension

[](#vs-code-extension-1)

Configure the extension through VS Code settings:

- `vscode-laravel-git.enable`: Enable/disable the extension
- `vscode-laravel-git.gitPath`: Path to Git executable

Requirements
------------

[](#requirements)

- PHP 8.4+
- Laravel 12
- Git installed and available in system PATH
- VS Code 1.74.0+

Production Ready
----------------

[](#production-ready)

This package is immediately ready for production use with:

- Robust error handling for both Laravel and non-Laravel environments
- Comprehensive configuration options
- Detailed logging capabilities
- Proper timeout management for Git operations
- VS Code extension with full Git functionality
- All necessary dependencies included
- Zero additional setup required after installation

License
-------

[](#license)

MIT

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance68

Regular maintenance activity

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

185d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad107e973e4942f97e875f216484319e0d23e1a354ceae083f627715759c7096?d=identicon)[laravelgpt](/maintainers/laravelgpt)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/laravelgpt-vscode-laravel-git/health.svg)

```
[![Health](https://phpackages.com/badges/laravelgpt-vscode-laravel-git/health.svg)](https://phpackages.com/packages/laravelgpt-vscode-laravel-git)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[wnx/laravel-stats

Get insights about your Laravel Project

1.8k1.8M7](/packages/wnx-laravel-stats)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[pulkitjalan/ip-geolocation

IP Geolocation Wrapper with Laravel Support

89164.9k1](/packages/pulkitjalan-ip-geolocation)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
