PHPackages                             laraveleg/laravel-autodeploy - 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. laraveleg/laravel-autodeploy

ActiveLibrary

laraveleg/laravel-autodeploy
============================

v0.5(5y ago)2431PHP

Since Jun 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/laraveleg/laravel-autodeploy)[ Packagist](https://packagist.org/packages/laraveleg/laravel-autodeploy)[ RSS](/packages/laraveleg-laravel-autodeploy/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

LaravelEG Laravel AutoDeploy
============================

[](#laraveleg-laravel-autodeploy)

Deploy project after pushed commits.

### Install via composer

[](#install-via-composer)

```
$ composer require laraveleg/laravel-autodeploy

```

### Publish vendor

[](#publish-vendor)

- Run `php artisan vendor:publish`
- Selection `LaravelEG\Laravel\AutoDeploy\ServiceProvider`

### Config file

[](#config-file)

Go to `config/laraveleg/autodeploy.php`

- You can specify the name of the branch you want to pull from:- `'branch_remote' => 'master'`

Add webhook
-----------

[](#add-webhook)

You can add webhook to route file `like routes/api.php`

```
Route::prefix("laraveleg")->group(function () {
    LaravelEG\Laravel\AutoDeploy\WebHook::init();
});
```

Integrations with git repository
--------------------------------

[](#integrations-with-git-repository)

Publishing projects from the repository.

### URL (webhook):-

[](#url-webhook-)

You can use url `/api/laraveleg/deploy/`

> Do not use web routes

`LARAVELEG_AUTODEPLOY_TOKEN` It is the secret token in LARAVELEG\_AUTODEPLOY\_TOKEN value inside `.env` file

### Secret Token

[](#secret-token)

Add a value you choose but you must add this value in a .env file

```
LARAVELEG_AUTODEPLOY_TOKEN=
```

### Git bar

[](#git-bar)

Can enbale show git bar you wint add new middleware in app/Http/Kernel.php file

```
\LaravelEG\Laravel\AutoDeploy\App\Http\Middleware\LastCommitMiddleware::class
```

> This feature does not work in production mode

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~91 days

Total

5

Last Release

2160d ago

### Community

Maintainers

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

---

Top Contributors

[![komtcho](https://avatars.githubusercontent.com/u/12757671?v=4)](https://github.com/komtcho "komtcho (16 commits)")

---

Tags

autodeploygitgitlabkomicholaravel

### Embed Badge

![Health badge](/badges/laraveleg-laravel-autodeploy/health.svg)

```
[![Health](https://phpackages.com/badges/laraveleg-laravel-autodeploy/health.svg)](https://phpackages.com/packages/laraveleg-laravel-autodeploy)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[illuminate/process

The Illuminate Process package.

44699.5k65](/packages/illuminate-process)[statamic/cli

Statamic CLI Tool

7587.7k](/packages/statamic-cli)

PHPackages © 2026

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