PHPackages                             jobayer/laravel-application-system-updater - 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. jobayer/laravel-application-system-updater

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

jobayer/laravel-application-system-updater
==========================================

A powerful and automated system for keeping your Laravel applications up-to-date. Easily update your application's files, database schema, and codebase with a single, streamlined process.

v1.0.1(1y ago)520MITBladePHP ^8.0

Since Jan 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mdabdullajobayer/Laravel-Application-System-Updater)[ Packagist](https://packagist.org/packages/jobayer/laravel-application-system-updater)[ RSS](/packages/jobayer-laravel-application-system-updater/feed)WikiDiscussions main Synced 1mo ago

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

Laravel Application System Updater
==================================

[](#laravel-application-system-updater)

A powerful and automated system for keeping your Laravel applications up-to-date. Easily update your application's files, database schema, and codebase with a single, streamlined process.

**Key Features:**

- **Effortless Updates:**
    - Upload a compressed ZIP file containing the latest version of your application.
    - The system automatically extracts and replaces files in their correct locations.
- **Automated Database Migrations:**
    - Seamlessly execute database migrations to synchronize your database schema with the updated application.
- **Codebase Synchronization:**
    - Effortlessly update all your application's code files to the latest version.
- **Configuration Backups:**
    - Create backups of your existing configuration files before the update process begins.
    - Easily revert to previous configurations if needed.
- **User-Friendly Interface:**
    - An intuitive and easy-to-use interface makes the update process a breeze for all users.
- **Enhanced Security:**
    - Ensure your application is always protected with the latest security patches and updates.

**Benefits:**

- **Save Time:**
    - Eliminate the need for manual file copying and database migrations.
- **Reduce Errors:**
    - Minimize human error by automating the update process.
- **Streamlined Workflow:**
    - Simplify the application update process for developers and system administrators.
- **Improved Security:**
    - Maintain the highest level of security for your application by keeping it up-to-date.

---

### **1. Environment Requirements**

[](#1-environment-requirements)

To use this package, the Laravel application and server environment must meet the following criteria:

#### **Server Requirements:**

[](#server-requirements)

- **PHP Version**: `^8.0`
- **Extensions**:
    - `zip` (For working with zip files)
    - `mbstring` (String operations)
    - `openssl` (Encryption/decryption)
    - `pdo` (Database operations)
    - `json` (Handling JSON)

#### **Laravel Version:**

[](#laravel-version)

- Laravel `^9.0` or higher (compatible with PHP 8.0)
- Ensure that your `storage` directory is properly linked in a Laravel application

**Installation**
----------------

[](#installation)

### **1. Require the Package**

[](#1-require-the-package)

Run the following Composer command:

```
composer require jobayer/laravel-application-system-updater
```

### **2. Publish Configuration and Views**

[](#2-publish-configuration-and-views)

Publish the configuration file and views for customization:

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

### **3. Register the Service Provider**

[](#3-register-the-service-provider)

If you're using Laravel 5.5 or later, the package will automatically register itself. For older versions, manually register the service provider in `config/app.php`:

```
'providers' => [Jobayer\LaravelAppUpdater\ServiceProvider::class,],
```

---

**Usage**
---------

[](#usage)

### **1. Uploading and Extracting Updates**

[](#1-uploading-and-extracting-updates)

Use the following routes to handle updates:

```
use Jobayer\LaravelAppUpdater\Http\Controllers\UpdaterController;
Route::get('/system-updater', [UpdaterController::class, 'index']);
Route::post('/system-updater', [UpdaterController::class, 'processUpdate']);
```

---

**Workflow**
------------

[](#workflow)

###### 1. File Upload &amp; Extraction

[](#1-file-upload--extraction)

- Upload a `.zip` file with updates.
- Extract files to the correct directories in the Laravel application.
- Replace existing files and add new ones.

###### 2. Database Update

[](#2-database-update)

- Make sure `database/update-schema.sql` database is present.
- Execute custom SQL queries if provided in the zip.

###### 3. Logging

[](#3-logging)

- Log all update actions (successes, errors, changes).

###### 4. Version Control

[](#4-version-control)

- Track the current application version and compare with the zip's version.
- Ensure compatibility between the current app version and updates.

###### 5. Security &amp; Permissions

[](#5-security--permissions)

- Validate uploaded zip files for authenticity.
- Ensure proper file permissions for security.

---

**Contributing**
----------------

[](#contributing)

Contributions are welcome! If you'd like to add features, fix bugs, or improve documentation, feel free to fork the repository and submit a pull request.

---

**License**
-----------

[](#license)

This package is open-sourced software licensed under the MIT license.

---

**Support**
-----------

[](#support)

If you encounter issues or have questions, please create an issue on the [GitHub Repository](https://github.com/mdabdullajobayer/Laravel-Application-System-Updater).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance42

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

2

Last Release

473d ago

### Community

Maintainers

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

---

Top Contributors

[![mdabdullajobayer](https://avatars.githubusercontent.com/u/74101318?v=4)](https://github.com/mdabdullajobayer "mdabdullajobayer (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jobayer-laravel-application-system-updater/health.svg)

```
[![Health](https://phpackages.com/badges/jobayer-laravel-application-system-updater/health.svg)](https://phpackages.com/packages/jobayer-laravel-application-system-updater)
```

###  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)
