PHPackages                             erikfig/nova-toggle-on-table - 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. erikfig/nova-toggle-on-table

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

erikfig/nova-toggle-on-table
============================

A Laravel Nova field.

1771Vue

Since Mar 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/erikfig/nova-toggle-on-table)[ Packagist](https://packagist.org/packages/erikfig/nova-toggle-on-table)[ RSS](/packages/erikfig-nova-toggle-on-table/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Nova toggle on table
====================

[](#nova-toggle-on-table)

If you don't speak portuguese, click [here](./README_EN.md)

[![On form](./index_form.gif)](./index_form.gif)

[![On form](./details.png)](./details.png)

Instalação
----------

[](#instalação)

Instale com o [Composer](https://getcomposer.org/).

```
composer require erikfig/nova-toggle-on-table

```

Utilização
----------

[](#utilização)

Apenas adicione o field adicionando o campo que quer gerenciar:

```
use Erikfig\NovaToggleOnTable\NovaToggleOnTable;

// ...

public function fields(Request $request)
{
    return [
        ID::make()->sortable(),

        // ...

        NovaToggleOnTable::make('Active'),
    ];
}

```

Você também pode usar o formato label/campo:

```
NovaToggleOnTable::make('Ativo', 'active')

```

Tradução
--------

[](#tradução)

O field usa o arquivo de tradução do Nova, aquele em `resources/lang/vendor/nova/en.json`, você pode traduzir editando diretamente ou criando um em outro prefixo, conforme o formato padrão do Laravel.

Existe um texto, o 'loading', caso queira traduzir, é só adicionar:

```
{
    // ...
    "Yes": "Sim",
    "No": "Não",
    "loading": "carregando",
    // ...
}

```

Contribuições
-------------

[](#contribuições)

Eu não espero contribuições, crie como forma de estudo, mas se quiser ajudar, pode traduzir este texto.

Aceito todo tipo de PRs, inclusive serei eternamente grato.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e7eceb6ec04654ed33434783472c0922a4dd108c88ecbc66605698197abc21e?d=identicon)[erikfig](/maintainers/erikfig)

---

Top Contributors

[![eduardofg87](https://avatars.githubusercontent.com/u/38121716?v=4)](https://github.com/eduardofg87 "eduardofg87 (2 commits)")[![erikfig](https://avatars.githubusercontent.com/u/4331013?v=4)](https://github.com/erikfig "erikfig (2 commits)")

### Embed Badge

![Health badge](/badges/erikfig-nova-toggle-on-table/health.svg)

```
[![Health](https://phpackages.com/badges/erikfig-nova-toggle-on-table/health.svg)](https://phpackages.com/packages/erikfig-nova-toggle-on-table)
```

PHPackages © 2026

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