PHPackages                             biggo6/laravel-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. [Framework](/categories/framework)
4. /
5. biggo6/laravel-updater

ActiveLibrary[Framework](/categories/framework)

biggo6/laravel-updater
======================

A Laravel 4.2 self updater package.

1.0(9y ago)029MITPHPPHP &gt;=5.4.0

Since Jan 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Biggo6/laravel-updater)[ Packagist](https://packagist.org/packages/biggo6/laravel-updater)[ RSS](/packages/biggo6-laravel-updater/feed)WikiDiscussions master Synced yesterday

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

Laravel 4.2 Self-Updater
------------------------

[](#laravel-42-self-updater)

This is a Laravel 4.2 package which supports self-update of Laravel applications. You only need a remote webserver which holds the update files.

Laravel 5.1+ Self-Updater
-------------------------

[](#laravel-51-self-updater)

Go to this

### Requirements

[](#requirements)

```
Laravel 4.2
PHP >= 5.4

```

### Installation

[](#installation)

a) Run

```
composer require biggo6/laravel-updater dev-master

```

b) Add service provider to **/config/app.php** file.

```
'providers' => [
    ...
    'Biggo6\LaravelUpdater\LaravelUpdaterServiceProvider',
],
```

c) Create a **version.json** file in the root directory.

```
{
    "version": "[your initial version]"
}

```

d) Publish config file. (optionally)

```
php artisan config:publish biggo6/laravel-updater

```

### Usage

[](#usage)

This package registers some new routes.

You can check if there is a new application version when you type `self-updater/check`in your web browser after the base url of your application.

You can automatically update your application with the url `self-updater/update`.

### Customizing Views

[](#customizing-views)

```
php artisan view:publish biggo6/laravel-updater

```

This command will move the package's views into the `app/views/packages` directory. If this directory doesn't already exist, it will be created when you run the command. Once the views have been published, you may tweak them to your liking! The exported views will automatically take precedence over the package's own view files.

### Remote version file

[](#remote-version-file)

The remote version file holds the up to date version of the application. It also defines where to find the update package.

```
{
    "version": "1.0.1",
    "file": "versions/v101.zip"
}

```

### Configuration

[](#configuration)

If you published the configuration fiels with the `config:publish` artisan command, you can specify your own remote server.

```
'remote_uri' => 'http://localhost/app-name/'

```

You can easily set this parameter in `config/packages`. The URI should not have a trailing slash and the **remote\_version.json** file on the webserver must be accessible.

### Credits

[](#credits)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3451d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/135487?v=4)[biggo](/maintainers/biggo)[@Biggo](https://github.com/Biggo)

---

Top Contributors

[![joramkimata](https://avatars.githubusercontent.com/u/4988463?v=4)](https://github.com/joramkimata "joramkimata (21 commits)")

---

Tags

frameworklaravelupdateself-update

### Embed Badge

![Health badge](/badges/biggo6-laravel-updater/health.svg)

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k91.3M282](/packages/laravel-horizon)[laravel/sail

Docker files for running a basic Laravel application.

1.9k199.2M1.2k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M163](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77018.2M122](/packages/laravel-mcp)[graham-campbell/digitalocean

DigitalOcean Is A DigitalOcean Bridge For Laravel

504357.0k2](/packages/graham-campbell-digitalocean)[graham-campbell/bitbucket

Bitbucket Is A Bitbucket Bridge For Laravel

76191.5k2](/packages/graham-campbell-bitbucket)

PHPackages © 2026

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