PHPackages                             abottarini/laravel-nova-traits - 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. abottarini/laravel-nova-traits

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

abottarini/laravel-nova-traits
==============================

A set of useful Laravel Nova Traits for your Resources

v1.2.3(3y ago)615.5k↓60.5%MITPHPPHP &gt;=7.1.0

Since Dec 12Pushed 3y ago1 watchersCompare

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

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

Laravel Nova Traits
===================

[](#laravel-nova-traits)

This package contains a set of useful Laravel Nova Traits for your Resources.

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

[](#installation)

```
composer require abottarini/laravel-nova-traits
```

Usage
-----

[](#usage)

Usage is super simple, just import traits in your Resource and use them.

```
use AlbertoBottarini\LaravelNovaTraits\HiddenFromNavigation;

class MyResource extends Resource
{
    use HiddenFromNavigation;
}
```

Available Traits
----------------

[](#available-traits)

- **HiddenFromNavigation**: Removes resource from navigation bar
- **Uncreatable**: Disables create action for all users
- **Unupdatable**: Disables update action for all users
- **Undeletable**: Disables delete action for all users
- **Unviewable**: Disables view action for all users
- **Unreplicable**: Disables replicate action for all users (Nova 4)
- **ReadOnlyResource**: Makes resource read-only (is an alias of Uncreatable + Unupdatable + Undeletable)
- **RedirectToViaResource**: Redirects user to "via" Resource after creating or updating a child Resource

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community7

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

Every ~24 days

Recently: every ~0 days

Total

6

Last Release

1178d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bba91aaa49908a8ecb57349bc3ac09d9b1dae952cd6e97dc807f23975ed0cc9c?d=identicon)[alberto.bottarini](/maintainers/alberto.bottarini)

---

Top Contributors

[![alberto-bottarini](https://avatars.githubusercontent.com/u/1442934?v=4)](https://github.com/alberto-bottarini "alberto-bottarini (15 commits)")

### Embed Badge

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

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

###  Alternatives

[ebess/advanced-nova-media-library

Laravel Nova tools for managing the Spatie media library.

6163.5M22](/packages/ebess-advanced-nova-media-library)[optimistdigital/nova-sortable

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

2852.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.

2862.1M9](/packages/outl1ne-nova-sortable)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[advoor/nova-editor-js

A Laravel Nova field bringing EditorJs magic to Nova.

92219.3k3](/packages/advoor-nova-editor-js)[outl1ne/nova-page-manager

Page(s) and region(s) manager for Laravel Nova.

17947.0k](/packages/outl1ne-nova-page-manager)

PHPackages © 2026

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