PHPackages                             komicho/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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. komicho/laravel-autodeploy

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

komicho/laravel-autodeploy
==========================

v0.5(6y ago)2771PHP

Since Jun 13Pushed 6y ago1 watchersCompare

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

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 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

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

2211d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/31162701?v=4)[komicho](/maintainers/komicho)[@komicho](https://github.com/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/komicho-laravel-autodeploy/health.svg)

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[sammyjo20/lasso

Lasso - Asset wrangling for Laravel made simple.

355390.6k](/packages/sammyjo20-lasso)[shopware/deployment-helper

Shopware deployment tools

19365.5k5](/packages/shopware-deployment-helper)[salahhusa9/laravel-updater

Laravel Updater is a simple yet powerful package for updater your Laravel applications. It makes it easy to upgrade your application to the latest version with just one command.

2166.5k](/packages/salahhusa9-laravel-updater)[drevops/git-artifact

Package artifact from your codebase in CI and push it to a separate git repo.

2133.8k](/packages/drevops-git-artifact)

PHPackages © 2026

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