PHPackages                             mr-wolf-gb/laravel-update-creator - 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. mr-wolf-gb/laravel-update-creator

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

mr-wolf-gb/laravel-update-creator
=================================

Laravel Update Creator is a Laravel package designed to streamline the process of creating update ZIP files for your Laravel projects. This tool identifies all files modified since a specified date, excludes unwanted directories and files, and generates a compressed ZIP file for distribution or deployment.

v1.0.1(1y ago)210MITPHPPHP &gt;=7.4

Since Dec 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mr-wolf-gb/laravel-update-creator)[ Packagist](https://packagist.org/packages/mr-wolf-gb/laravel-update-creator)[ Docs](https://github.com/mr-wolf-gb/laravel-update-creator)[ RSS](/packages/mr-wolf-gb-laravel-update-creator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Laravel Update Creator
======================

[](#laravel-update-creator)

[![Latest Version on Packagist](https://camo.githubusercontent.com/02ec929d6b3758faf08cc404e8628d1492beff548905cf717f5851e1d092e4ed/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d722d776f6c662d67622f6c61726176656c2d7570646174652d63726561746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mr-wolf-gb/laravel-update-creator)[![Total Downloads](https://camo.githubusercontent.com/b2857fe0dadf8dcbc305228b271105eba280e1177fb5af4e955a47a8834b68d9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d722d776f6c662d67622f6c61726176656c2d7570646174652d63726561746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mr-wolf-gb/laravel-update-creator)

Laravel Update Creator is a Laravel package designed to streamline the process of creating update ZIP files for your Laravel projects. This tool identifies all files modified since a specified date, excludes unwanted directories and files, and generates a compressed ZIP file for distribution or deployment.

Features
--------

[](#features)

- **Customizable Date Range** : Specify a start date to include files modified after that point.
- **Version Control** : Add version numbers to the generated updates for better tracking.
- **Exclude Directories** : Automatically excludes common directories like vendor, node\_modules, and others.
- **Temporary Cleanup** : Ensures the temporary directories used during the process are cleaned up after ZIP creation.
- **Simple Configuration** : Easily configure excluded directories and default behaviors via a configuration file.

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

[](#installation)

- Add the package to your Laravel project via Composer:

```
composer require mr-wolf-gb/laravel-update-creator
```

- Publish the configuration file (Optional):

```
php artisan vendor:publish --tag=config --provider="MrWolfGb\LaravelUpdateCreator\LaravelUpdateCreatorServiceProvider"
```

Usage
-----

[](#usage)

```
// specify the date since the modified files to copy them into the update pack
php artisan update:create --d="2024-01-01" --v="1.2.0"
// or
php artisan update:create --d 2024-01-01 --v 1.2.0

//by default after creating the update zip file the copied temporary files will be deleted, to disable the deletion of temporary files use:
php artisan update:create --d="2024-01-01" --v="1.2.0" --c="false"
// or
php artisan update:create --d 2024-01-01 --v 1.2.0 --c false
```

### Changelog

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

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

Credits
-------

[](#credits)

- [Mr.WOLF](https://github.com/mr-wolf-gb)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

517d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/15419351feb134ab8ee8e00c4bab3be9f71f32c171a747c9ed6c2ada4d04d772?d=identicon)[gaiththewolf](/maintainers/gaiththewolf)

---

Top Contributors

[![mr-wolf-gb](https://avatars.githubusercontent.com/u/4011175?v=4)](https://github.com/mr-wolf-gb "mr-wolf-gb (12 commits)")

---

Tags

laravelupdatemr-wolf-gblaravel-update-creator

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mr-wolf-gb-laravel-update-creator/health.svg)

```
[![Health](https://phpackages.com/badges/mr-wolf-gb-laravel-update-creator/health.svg)](https://phpackages.com/packages/mr-wolf-gb-laravel-update-creator)
```

###  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)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[thebytelab/vapor-multi-region-deploy

An artisan command to assist deploying your Laravel Vapor app to multiple AWS regions

162.2k](/packages/thebytelab-vapor-multi-region-deploy)

PHPackages © 2026

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