PHPackages                             acacha/forge-publish - 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. [CLI &amp; Console](/categories/cli)
4. /
5. acacha/forge-publish

ActiveLibrary[CLI &amp; Console](/categories/cli)

acacha/forge-publish
====================

Laravel artisan command to automate publish on Laravel Forge

0.1.12(8y ago)41.8k1[18 issues](https://github.com/acacha/forge-publish/issues)1MITPHPPHP ~5.6|~7.0

Since Nov 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/acacha/forge-publish)[ Packagist](https://packagist.org/packages/acacha/forge-publish)[ Docs](https://github.com/acacha/forge-publish)[ RSS](/packages/acacha-forge-publish/feed)WikiDiscussions master Synced 2mo ago

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

forge-publish
=============

[](#forge-publish)

[![Latest Stable Version](https://camo.githubusercontent.com/906efc808ca69d63aaf0e2b179735aa3c98512c1d244ea672dba4b77948a9604/68747470733a2f2f706f7365722e707567782e6f72672f6163616368612f666f7267652d7075626c6973682f762f737461626c65)](https://packagist.org/packages/acacha/forge-publish)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![License](https://camo.githubusercontent.com/d35ae8315b678b52dae890cd361d0988add57bcdfd35673eb5bb07e3fccacdef/68747470733a2f2f706f7365722e707567782e6f72672f6163616368612f666f7267652d7075626c6973682f6c6963656e7365)](https://packagist.org/packages/acacha/forge-publish)[![Build Status](https://camo.githubusercontent.com/2ed7e2246653879c63a0d94ca4c25e5f59ebdbfc4c16f4637c26a9a9c1c590a6/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6163616368612f666f7267652d7075626c6973682f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/acacha/forge-publish)[![Coverage Status](https://camo.githubusercontent.com/2acc8b51423eb2aafe8a597319cd278098809a52989bef562d7f764eef4ce621/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6163616368612f666f7267652d7075626c6973682e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/acacha/forge-publish/code-structure)[![StyleCI](https://camo.githubusercontent.com/647cd648c98a5fdc91ce035ca78e7d8630b3a0afcf0a3b712c3d4184768e911b/68747470733a2f2f7374796c6563692e696f2f7265706f732f3130393830303933342f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/109800934)[![Quality Score](https://camo.githubusercontent.com/98fe573643751cf11d9190249e95e39dd08b3d810627042642baae7131ff5116/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6163616368612f666f7267652d7075626c6973682e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/acacha/forge-publish)[![Total Downloads](https://camo.githubusercontent.com/19f98c191a0ee255637b63c5691bd10eaf2f5c2bab50c6be5f2e8b180de5567c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6163616368612f666f7267652d7075626c6973682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/acacha/forge-publish)[![Monthly Downloads](https://camo.githubusercontent.com/502bfd5539c9f9187cb594b31fcd9642879fc9a44e1833f497a2912c46963cb5/68747470733a2f2f706f7365722e707567782e6f72672f6163616368612f666f7267652d7075626c6973682f642f6d6f6e74686c79)](https://packagist.org/packages/acacha/forge-publish)[![Daily Downloads](https://camo.githubusercontent.com/2c1bc55a8864c4ce9d42b4c1a6baa73fcae390dbd7c492492d6b1efe3bf8a09a/68747470733a2f2f706f7365722e707567782e6f72672f6163616368612f666f7267652d7075626c6973682f642f6461696c79)](https://packagist.org/packages/acacha/forge-publish)[![composer.lock](https://camo.githubusercontent.com/cf28018f12639c2a19514df6d547e5d57f37a8bde376cae1c010a7c574d39f31/68747470733a2f2f706f7365722e707567782e6f72672f6163616368612f666f7267652d7075626c6973682f636f6d706f7365726c6f636b)](https://packagist.org/packages/acacha/forge-publish)

Laravel artisan command to automate publish on Laravel Forge

Install
-------

[](#install)

Use composer:

```
$ composer require acacha/forge-publish
```

Usage
-----

[](#usage)

First you have to create and account in .

### Server side

[](#server-side)

Please first visit:

```
https://forge.acacha.org

```

Login and ask permissions to Manage a Laravel Forge Server. Wait to recibe a confirmation email

### publish:init command

[](#publishinit-command)

Run:

```
php artisan publish:init
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Sergi Tur Badenas](https://github.com/acacha)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

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

Total

13

Last Release

3081d ago

### Community

Maintainers

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

---

Top Contributors

[![acacha](https://avatars.githubusercontent.com/u/4015406?v=4)](https://github.com/acacha "acacha (49 commits)")

---

Tags

forgelaravellaravel-forgelaravel-packageacachaforge-publish

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/acacha-forge-publish/health.svg)

```
[![Health](https://phpackages.com/badges/acacha-forge-publish/health.svg)](https://phpackages.com/packages/acacha-forge-publish)
```

###  Alternatives

[drush/drush

Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

2.4k57.4M680](/packages/drush-drush)[pantheon-systems/terminus

A command line interface for Pantheon

3391.5M13](/packages/pantheon-systems-terminus)[statamic/cli

Statamic CLI Tool

7587.7k](/packages/statamic-cli)[mehrancodes/laravel-harbor

A CLI tool to Quickly create On-Demand preview environment for your apps.

9989.0k](/packages/mehrancodes-laravel-harbor)[chromatic/usher

A collection of Robo commands for use on Chromatic projects.

13534.3k1](/packages/chromatic-usher)

PHPackages © 2026

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