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(7mo ago)00MITPHPPHP ^8.4

Since Nov 8Pushed 7mo 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 today

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

32

—

LowBetter than 69% of packages

Maintenance62

Regular maintenance activity

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity55

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

239d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/21008964?v=4)[laravelgpt](/maintainers/laravelgpt)[@laravelgpt](https://github.com/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

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M203](/packages/laravel-ai)[livewire/flux

The official UI component library for Livewire.

9527.8M128](/packages/livewire-flux)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725173.6k14](/packages/tallstackui-tallstackui)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

198321.1k](/packages/fumeapp-modeltyper)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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