PHPackages                             kodilab/laravel-deployer - 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. kodilab/laravel-deployer

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

kodilab/laravel-deployer
========================

Laravel deployer package

0149PHP

Since Aug 5Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-deployer
================

[](#laravel-deployer)

Laravel integration for [deployer](https://github.com/jurios/deployer)

Please, refer to the [deployer's readme](https://github.com/jurios/deployer) in order to get more information and documentation.

1 - Disclaimer
--------------

[](#1---disclaimer)

Deployer is an unattended script. However, in order to let you check the changes which Deployer is going to do, it will print the change list and wait 15 seconds before start the process. If you see something unexpected, close the process.

What's more, Deployer can be launched with a `simulated mode` where it simulates the deployment process (no changes are done in production) in order to let you check the files which are going to be modified/added/removed.

Please, consider fill an issue if you see a bug or an unexpected behaviour. That would be really useful to make Deployer better.

2 - Installation
----------------

[](#2---installation)

First, add the `laravel-deployer` dependency to your `laravel` project:

```
composer require kodilab/laravel-deployer

```

Then, publish de `config` file with:

```
php artisan vendor:publish --provider="Kodilab\LaravelDeployer\DeployerProvider"

```

This command will add a file in `config/deployer.php`. This configuration is loaded by deployer in the deployment process. The file contains comments of each parameter in order to adapt `deployer` to your needs. Take a look!

3 - Start a deploy
------------------

[](#3---start-a-deploy)

Once everything is set up, you can start a deployment process with this `artisan` command:

```
php artisan deployer:deploy

```

As part of the deployment process, `deployer` tries to get the [BUILD file](https://github.com/jurios/deployer#21---build-file) from the production environment using the communication protocol defined in the `config/deployer.php`. However, you can specify the production commit SHA reference passing it as a argument:

```
php artisan deployer:deploy --prod-commit=COMMIT_SHA

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7018ba4cd4bf535def1b50275b4bec477c7e0a9f682dd25c51b0cf972b7fc745?d=identicon)[jurios](/maintainers/jurios)

---

Top Contributors

[![jurios](https://avatars.githubusercontent.com/u/7825573?v=4)](https://github.com/jurios "jurios (24 commits)")

---

Tags

continuous-deliverycontinuous-deploymentdeploydeploymentftplaravelphpsftp

### Embed Badge

![Health badge](/badges/kodilab-laravel-deployer/health.svg)

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

###  Alternatives

[deployer/deployer

Deployment Tool

11.0k25.4M207](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

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