PHPackages                             lopatin96/laravel-nova - 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. [Admin Panels](/categories/admin)
4. /
5. lopatin96/laravel-nova

ActiveLibrary[Admin Panels](/categories/admin)

lopatin96/laravel-nova
======================

Laravel nova

1.0.70(1y ago)11.9kMITPHPPHP &gt;=8.0

Since Oct 31Pushed 1y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (70)Used By (0)

Install
=======

[](#install)

In Config Resource you should implement `getConfigCategories()` method. Example:

```
public function getConfigCategories(): array
{
    return [
        ConfigCategory::Platform->value => ConfigCategory::Platform->value,
        ConfigCategory::Documents->value => ConfigCategory::Documents->value,
        ConfigCategory::Analysis->value => ConfigCategory::Analysis->value,
        ConfigCategory::Reports->value => ConfigCategory::Reports->value,
        ConfigCategory::Tools->value => ConfigCategory::Tools->value,
    ];
}
```

In User Resource you should implement `getPlatformSpecificFields()`, `getPlatformSpecificRelations`, `actions` methods. Example:

```
public function getPlatformSpecificFields(): array
{
    return [
        Number::make(__('D.'), fn (): string => \Illuminate\Support\Number::format($this->documents->count())),

        Number::make(__('T.'), fn (): string => \Illuminate\Support\Number::format($this->toolContents->count())),
    ];
}

public function getPlatformSpecificRelations(): array
{
    return [
        HasMany::make('Documents'),

        HasMany::make('Tool Contents'),
    ];
}
```

### .env

[](#env)

`GOOGLE_ADS_TARGET_CURRENCY=PLN`

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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 ~1 days

Total

69

Last Release

569d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ed7ade2d44e2f66eedf7dec7136ca591145f77d8192bdd789e04797c575d0f3?d=identicon)[Vladyslav Lopatin](/maintainers/Vladyslav%20Lopatin)

---

Top Contributors

[![lopatin96](https://avatars.githubusercontent.com/u/18104593?v=4)](https://github.com/lopatin96 "lopatin96 (30 commits)")

### Embed Badge

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

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

PHPackages © 2026

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