PHPackages                             tobischulz/artisan-forge-deploy - 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. tobischulz/artisan-forge-deploy

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

tobischulz/artisan-forge-deploy
===============================

A Laravel artisan command to easily deploy your code to a laravel forge server.

3.0.0(3y ago)21233[2 issues](https://github.com/tobischulz/artisan-forge-deploy/issues)[6 PRs](https://github.com/tobischulz/artisan-forge-deploy/pulls)MITPHPPHP ^8.1

Since Jan 23Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (14)Used By (0)

Laravel Artisan Forge Deploy
============================

[](#laravel-artisan-forge-deploy)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Latest Version on Packagist](https://camo.githubusercontent.com/317fdfc317f5cd7fe5a03574b430ded299725661c33207551ad3b9b194818c62/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746f6269736368756c7a2f6172746973616e2d666f7267652d6465706c6f792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tobischulz/artisan-forge-deploy)[![Total Downloads](https://camo.githubusercontent.com/780e9f18995164ad6a11e29b4c7265b96dde6c513d06b673d23cc9bdc2dd2a3f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746f6269736368756c7a2f6172746973616e2d666f7267652d6465706c6f792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tobischulz/artisan-forge-deploy)

This will give you the power to deploy your Laravel project on your configured Forge server site with this needful artisan command. This package requires PHP 7 and Laravel 5.7 or higher.

```
php artisan forge:deploy
```

[![readme/artisan-forge-deploy-demo.gif](readme/artisan-forge-deploy-demo.gif)](readme/artisan-forge-deploy-demo.gif)

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

[](#installation)

Pull this package in using composer:

**Use the 3.0 for Laravel 9**

```
composer require --dev tobischulz/artisan-forge-deploy "^3.0"
```

Use the 2.0 for Laravel 7 or 8

```
composer require --dev tobischulz/artisan-forge-deploy "^2.0"
```

Use 1.0 for Laravel 5.7 or above

```
composer require --dev tobischulz/artisan-forge-deploy "^1.0"
```

Next, add the Key **FORGE\_DEPLOY\_URL** to your .env file and copy the `Deployment Trigger URL` from your forge site details page.

```
FORGE_DEPLOY_URL=
```

[![readme/artisan-forge-deploy-env.png](readme/artisan-forge-deploy-env.png)](readme/artisan-forge-deploy-env.png)

You´re ready to go to fire `php artisan forge:deploy` on cli now.

Credits
-------

[](#credits)

- [Tobias Schulz](https://github.com/tobischulz)

License
-------

[](#license)

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

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance12

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 76.9% 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 ~281 days

Recently: every ~196 days

Total

6

Last Release

1256d ago

Major Versions

1.0 → 2.02020-10-06

2.1.0 → 3.0.02022-12-01

PHP version history (4 changes)1.0PHP ^7.1.3

2.0PHP ^7.3

2.1.0PHP ^7.4|^8.0

3.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/89fff95b130891f483965b2bcf41aa9d6e2be5b9c60050acf9d6f936f1b7b282?d=identicon)[tobiasschulz](/maintainers/tobiasschulz)

---

Top Contributors

[![tobischulz](https://avatars.githubusercontent.com/u/576014?v=4)](https://github.com/tobischulz "tobischulz (20 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![tspencer244](https://avatars.githubusercontent.com/u/15922667?v=4)](https://github.com/tspencer244 "tspencer244 (3 commits)")

---

Tags

artisan-commandforgehacktoberfestlaravel

### Embed Badge

![Health badge](/badges/tobischulz-artisan-forge-deploy/health.svg)

```
[![Health](https://phpackages.com/badges/tobischulz-artisan-forge-deploy/health.svg)](https://phpackages.com/packages/tobischulz-artisan-forge-deploy)
```

###  Alternatives

[laravel-fans/docker

Full Laravel production environment for Docker

4311.3k](/packages/laravel-fans-docker)[poing/laravel-elb

Essentials for Laravel on AWS Elastic Beanstalk with HTTPS

124.5k](/packages/poing-laravel-elb)[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)
