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 2mo ago

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 43% 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

3402d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4738015afe4de3738faa12f8a9cf93dc0d2b811f3f48cc6b60208c3282060965?d=identicon)[biggo](/maintainers/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

[rebing/graphql-laravel

Laravel wrapper for PHP GraphQL

2.2k7.1M26](/packages/rebing-graphql-laravel)[graham-campbell/markdown

Markdown Is A CommonMark Wrapper For Laravel

1.3k7.1M64](/packages/graham-campbell-markdown)[graham-campbell/manager

Manager Provides Some Manager Functionality For Laravel

39221.1M134](/packages/graham-campbell-manager)[laravel-lang/publisher

Localization publisher for your Laravel application

2167.7M24](/packages/laravel-lang-publisher)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[lanin/laravel-api-debugger

Easily debug your JSON API.

2311.8M](/packages/lanin-laravel-api-debugger)

PHPackages © 2026

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