PHPackages                             dblencowe/post-deploy-actions - 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. dblencowe/post-deploy-actions

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

dblencowe/post-deploy-actions
=============================

Migration style post deployment commands for Laravel

1.0.2(9y ago)11.7kMITPHPPHP &gt;= 7.0

Since Mar 20Pushed 9y ago1 watchersCompare

[ Source](https://github.com/dblencowe/post-deploy-actions)[ Packagist](https://packagist.org/packages/dblencowe/post-deploy-actions)[ Docs](http://www.dblencowe.com)[ RSS](/packages/dblencowe-post-deploy-actions/feed)WikiDiscussions master Synced 1mo ago

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

Post Deploy Actions for Laravel
===============================

[](#post-deploy-actions-for-laravel)

Easily run environment specific post deploy actions for any Laravel project (&gt;= version 5.1)

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

[](#installation)

Install the package via composer:

```
$ composer require dblencowe/post-deploy-actions

```

Register the service provider with your app:

```
// config/app.php
'providers' => [
    ...
    Dblencowe\PostDeploy\PostDeployServiceProvider::class,
]
```

Publish vendor files to add the migrations:

```
php artisan vendor:publish --tag=migrations
```

Create the database table that tracks run actions:

```
php artisan migrate
```

Usage
-----

[](#usage)

To create a Post Deployment command use artisans make command. Not specifying an environment will add a global action which will be run on all.

```
php artisan make:deploy_action name --env=ENVIRONMENT
```

To run outstanding actions there is an artisan command:

```
php artisan postdeploy:run
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

3

Last Release

3337d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ac8d413df38a43d7c6198162c7348fc9834bd7af6f96c4c7ae247f46efdaaeb?d=identicon)[dblencowe](/maintainers/dblencowe)

---

Top Contributors

[![dblencowe](https://avatars.githubusercontent.com/u/88084?v=4)](https://github.com/dblencowe "dblencowe (13 commits)")

---

Tags

laravelcontinuous integrationdeployment

### Embed Badge

![Health badge](/badges/dblencowe-post-deploy-actions/health.svg)

```
[![Health](https://phpackages.com/badges/dblencowe-post-deploy-actions/health.svg)](https://phpackages.com/packages/dblencowe-post-deploy-actions)
```

###  Alternatives

[timokoerber/laravel-one-time-operations

Run operations once after deployment - just like you do it with migrations!

6481.7M11](/packages/timokoerber-laravel-one-time-operations)[thecodeholic/laravel-hostinger-deploy

Laravel package for automated Hostinger deployment with GitHub Actions support

565.3k](/packages/thecodeholic-laravel-hostinger-deploy)[exolnet/laravel-envoy

Automated deployment template for Laravel Envoy based on Capistrano.

2216.2k](/packages/exolnet-laravel-envoy)[innocenzi/deployer-recipe-forge

Seamless zero-downtime deployment on Forge with Deployer

1916.6k](/packages/innocenzi-deployer-recipe-forge)[webklex/laravel-git-hook

Laravel Git Hook

191.2k](/packages/webklex-laravel-git-hook)

PHPackages © 2026

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