PHPackages                             swisnl/laravel-nova-mirror - 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. swisnl/laravel-nova-mirror

AbandonedArchivedProject[Framework](/categories/framework)

swisnl/laravel-nova-mirror
==========================

Automatically update a git repository with Laravel Nova releases.

1.0.2(7y ago)739.3k25MITPHPPHP ^7.1.3

Since Aug 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/swisnl/laravel-nova-mirror)[ Packagist](https://packagist.org/packages/swisnl/laravel-nova-mirror)[ RSS](/packages/swisnl-laravel-nova-mirror/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (12)Versions (15)Used By (0)

Automated Laravel Nova Mirror builder
=====================================

[](#automated-laravel-nova-mirror-builder)

[![PHP from Packagist](https://camo.githubusercontent.com/0ef488c3a4a8e9c90450d2719a2e3db54a013091d313350c6de5ad2c3670c003/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f737769736e6c2f6c61726176656c2d6e6f76612d6d6972726f722e737667)](https://packagist.org/packages/swisnl/laravel-nova-mirror)[![Latest Version on Packagist](https://camo.githubusercontent.com/b1d290fc08112320eb9b8681fac425950acb900b2ecb9816d8dbccd1ea9b18f1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f737769736e6c2f6c61726176656c2d6e6f76612d6d6972726f722e737667)](https://packagist.org/packages/swisnl/laravel-nova-mirror)

### ⚠️ Nova now officially supports [installing via Composer](https://nova.laravel.com/docs/1.0/installation.html#installing-nova-via-composer). You can also get Git access with your account when you have licenses. Therefor, this package is now fully deprecated. ⚠️

[](#warning-nova-now-officially-supports-installing-via-composer-you-can-also-get-git-access-with-your-account-when-you-have-licenses-therefor-this-package-is-now-fully-deprecated-warning)

> **This repository is not a public mirror. It can sync Nova downloads using your personal credentials to a private repository of your choice.**

This application enables you to update a private mirror of Laravel Nova automatically. It downloads releases from the Nova site and updates a repository with the correct releases.

The application assumes the user which runs it has git access to the repository. The best way to do this using an ssh key. You need to enter the username and password to your account on nova.laravel.org to get this to work.

This repository was created because Nova (at the time of writing) only supplies a download which you need to copy to your project. This feels way too old-school and makes updating a bit hard. Using this application you can include nova directly from the git repository which should make updating a lot easier.

Run this on a CI once a day, and you will have an up-to-date Nova available whenever you need it.

Please note; the repository you mirror to must be private, as per license agreement with Nova.

Getting started
---------------

[](#getting-started)

1. Start with installing the project with composer `composer create-project swisnl/laravel-nova-mirror`
2. Setup the .env file (or environment) with the correct credentials.
3. Make sure the remote repository exists.
4. Run `php artisan nova-mirror:update` to download and push the repository or run Dusk directly `php artisan dusk` to do the same.
5. Setup your Nova project to pull from your private repository.

```
"require" : {
    "laravel/framework": "5.6.*",
    "laravel/nova": "^1"
},
"repositories": [
    {
        "type": "vcs",
        "url": "git@bitbucket.org:username/laravel-nova.git"
    }
],
```

Security
--------

[](#security)

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

License
-------

[](#license)

The MIT License (MIT).

SWIS
----

[](#swis)

[SWIS](https://www.swis.nl) is a web agency from Leiden, the Netherlands. We love working with open source software.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~46 days

Recently: every ~65 days

Total

7

Last Release

2540d ago

Major Versions

0.2.0 → 1.0.02018-09-14

1.0.x-dev → 2.0.x-dev2019-05-30

PHP version history (2 changes)0.1.0PHP ^7.1.3

1.0.x-devPHP &gt;=7.1.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8734305?v=4)[SWIS](/maintainers/swisnl)[@swisnl](https://github.com/swisnl)

---

Top Contributors

[![bbrala](https://avatars.githubusercontent.com/u/3294970?v=4)](https://github.com/bbrala "bbrala (10 commits)")[![JaZo](https://avatars.githubusercontent.com/u/3475007?v=4)](https://github.com/JaZo "JaZo (4 commits)")[![joshuadegier](https://avatars.githubusercontent.com/u/2580917?v=4)](https://github.com/joshuadegier "joshuadegier (1 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/swisnl-laravel-nova-mirror/health.svg)

```
[![Health](https://phpackages.com/badges/swisnl-laravel-nova-mirror/health.svg)](https://phpackages.com/packages/swisnl-laravel-nova-mirror)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[lms-laravel/lms-laravel

The Laravel Framework.

4981.8k](/packages/lms-laravel-lms-laravel)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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