PHPackages                             trinityrank/nova-resource-copy - 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. trinityrank/nova-resource-copy

ActiveLibrary[Admin Panels](/categories/admin)

trinityrank/nova-resource-copy
==============================

LaravelNovaResourceCopy - copy table rows for Nova admin panel

v0.2.6(4y ago)055MITPHPPHP ^8.0

Since Dec 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/trinity-rank/nova-resource-copy)[ Packagist](https://packagist.org/packages/trinityrank/nova-resource-copy)[ Docs](https://github.com/trinity-rank/nova-resource-copy)[ RSS](/packages/trinityrank-nova-resource-copy/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)DependenciesVersions (9)Used By (0)

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

[](#installation)

### Step 1: Install package

[](#step-1-install-package)

To get started with Laravel Geo Location, use Composer command to add the package to your composer.json project's dependencies:

```
    composer require trinityrank/nova-resource-copy
```

### Step 2: Configuration

[](#step-2-configuration)

- You need to import class in Nova ressource

```
    use Trinityrank\LaravelNovaResourceCopy\NovaResourceCopy;
```

- And then you need add actions function in Nova ressource

```
    public function actions(Request $request)
    {
        return [
            new NovaResourceCopy([
                ])
        ];
    }
```

- Define the columns you want to add copy
- Columns slug and status have default copy values

```
    public function actions(Request $request)
    {
        return [
            new NovaResourceCopy([
                ['name', 'title']
            ])
        ];
    }
```

- If you want to copy relationships which are related to the model

```
    public function actions(Request $request)
    {
        return [
            new NovaResourceCopy([
                [],
                [['categoriables','categoriable']]
            ])
        ];
    }
```

- Example

```
    public function actions(Request $request)
    {
        return [
            new NovaResourceCopy([
                ['name', 'title'],
                [['categoriables','categoriable'], ['seos','seoable'], ['job_tag', 'job']]
            ])
        ];
    }
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Total

8

Last Release

1607d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0529d66a2bad86fe77ead9c9cd33d611daaa00dcc73510603b17bab69b8ea196?d=identicon)[trinity-rank](/maintainers/trinity-rank)

---

Tags

laravelnovatrinityranknova-resource-copy

### Embed Badge

![Health badge](/badges/trinityrank-nova-resource-copy/health.svg)

```
[![Health](https://phpackages.com/badges/trinityrank-nova-resource-copy/health.svg)](https://phpackages.com/packages/trinityrank-nova-resource-copy)
```

###  Alternatives

[benjacho/belongs-to-many-field

belongsToMany nova representation in field.

158811.4k1](/packages/benjacho-belongs-to-many-field)[pdmfc/nova-action-button

A Laravel Nova field to run actions.

37733.0k1](/packages/pdmfc-nova-action-button)[khalin/nova-link-field

A Laravel Nova Link field.

31562.2k2](/packages/khalin-nova-link-field)[ebess/nova-collapsible-sidebar

A collapsible sidebar for Laravel Nova.

32313.2k](/packages/ebess-nova-collapsible-sidebar)

PHPackages © 2026

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