PHPackages                             kregel/nova-forge - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kregel/nova-forge

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kregel/nova-forge
=================

A Laravel Nova tool.

v0.0.1(7y ago)32904MITVuePHP &gt;=7.1.0

Since Nov 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/austinkregel/nova-forge)[ Packagist](https://packagist.org/packages/kregel/nova-forge)[ RSS](/packages/kregel-nova-forge/feed)WikiDiscussions master Synced 3d ago

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

A Nova tool to also display forge information
=============================================

[](#a-nova-tool-to-also-display-forge-information)

Redis based storage, and powered by [forge.laravel.com](https://forge.laravel.com)

All you will need is a subscription from Laravel Forge, and Predis for key persistence.

[![Latest Version on Packagist](https://camo.githubusercontent.com/22c11e0caa4b329e1b12718ffbce267dfb7b93b9ccd9c306312519dfabd9bc98/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b726567656c2f6e6f76612d666f7267652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kregel/nova-forge)[![Total Downloads](https://camo.githubusercontent.com/6068f63885a314025b29d04602ae88401ee111b984cad349256a68f0f851a8f7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b726567656c2f6e6f76612d666f7267652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kregel/nova-forge)

[![Screenshot](https://github.com/austinkregel/nova-forge/raw/master/screenshot.png)](https://github.com/austinkregel/nova-forge/raw/master/screenshot.png)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require predis/predis
```

```
composer require kregel/nova-forge
```

Next up, you must register the tool with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.

Usage
-----

[](#usage)

```
// in app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Kregel\NovaForge\NovaForge,
    ];
}
```

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

[](#contributing)

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

TODO:

#### Servers

[](#servers)

- List the servers with basic information
- Run recipes per server.
- Put the servers in the left hand nav
- Deploy new servers
- CRUD Daemons
- CRUD Network/Firewall
- Update server meta

### Sites

[](#sites)

- Add new Sites
- Deploy SSH Certs
- Add new Queue workers
- Update site meta

### Security

[](#security)

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

Credits
-------

[](#credits)

- [Austin kregel](https://github.com/austinkregel)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

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

2728d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c5c1ee0adf552aec8a54c1760dd99c4d1b90c0360dccafeef849a14ff37f706?d=identicon)[austinkregel](/maintainers/austinkregel)

---

Top Contributors

[![austinkregel](https://avatars.githubusercontent.com/u/5355937?v=4)](https://github.com/austinkregel "austinkregel (5 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/kregel-nova-forge/health.svg)

```
[![Health](https://phpackages.com/badges/kregel-nova-forge/health.svg)](https://phpackages.com/packages/kregel-nova-forge)
```

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2872.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

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