PHPackages                             lemonlabs/nova-action-button-selectors - 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. lemonlabs/nova-action-button-selectors

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

lemonlabs/nova-action-button-selectors
======================================

A Laravel Nova asset.

v1.1.1(11mo ago)13.6k↓38.2%1MITJavaScriptPHP ^7.3|^8.0

Since Feb 13Pushed 11mo agoCompare

[ Source](https://github.com/Het-Codeerbedrijf/nova-action-button-selectors)[ Packagist](https://packagist.org/packages/lemonlabs/nova-action-button-selectors)[ Docs](https://lemonlabs.nl)[ RSS](/packages/lemonlabs-nova-action-button-selectors/feed)WikiDiscussions main Synced 1mo ago

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

Laravel Nova action button selector
===================================

[](#laravel-nova-action-button-selector)

[![Packagist Version](https://camo.githubusercontent.com/58d1e6b7291b0fde28ce7f0057a4daefe786ce9cb8d9e68e3dcbb0deeaa56c76/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c656d6f6e6c6162732f6e6f76612d616374696f6e2d627574746f6e2d73656c6563746f72732e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/lemonlabs/nova-action-button-selectors)[![Packagist Downloads](https://camo.githubusercontent.com/4b69d8d8cb8d1c7fb92215b1b8bd35e4384c4bf6c0f5c93b2afcb0b5c08d9200/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c656d6f6e6c6162732f6e6f76612d616374696f6e2d627574746f6e2d73656c6563746f72732e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/lemonlabs/nova-action-button-selectors)

This package allows you to add buttons for Nova actions on the detail page instead having them all within the dropdown menu.

This package is forked from [`lednerb/nova-action-button-selectors`](https://codeberg.org/Lednerb/nova-action-button-selectors)

Requirements
------------

[](#requirements)

- `php: ^8`
- `laravel/nova: ^4|^5`

How to install
--------------

[](#how-to-install)

```
composer require lemonlabs/nova-action-button-selectors

```

Detail page [![example_1](./docs/main_1.jpg)](./docs/main_1.jpg)

Index page with inline action [![example_2](./docs/main_2.jpg)](./docs/main_2.jpg)

Usage
-----

[](#usage)

In your Action class define the following trait:

```
...
use LemonLabs\ActionButtonSelector\ShowAsButton;

class MyAction extends Action
{
    use InteractsWithQueue, Queueable;
    use ShowAsButton;

    ...
```

If you want to hide the button on some Detail pages, use the following method in the Nova Model's `actions` array:

```
...
 public function actions(NovaRequest $request)
    {
        return [
            MyCustomAction::make()
                ->onlyOnDetail()
                ->withoutConfirmation()
                ->showAsButton(false),

            ...
```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance51

Moderate activity, may be stable

Popularity25

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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 ~39 days

Total

4

Last Release

341d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ce0bef9f1a9cbc24fdb54c14a0dd23afb3f5704d767b4d7eda559eaaa9e66b7?d=identicon)[lemonlabs](/maintainers/lemonlabs)

---

Top Contributors

[![iskandervdh](https://avatars.githubusercontent.com/u/59149083?v=4)](https://github.com/iskandervdh "iskandervdh (7 commits)")[![fedeisas](https://avatars.githubusercontent.com/u/251675?v=4)](https://github.com/fedeisas "fedeisas (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/lemonlabs-nova-action-button-selectors/health.svg)

```
[![Health](https://phpackages.com/badges/lemonlabs-nova-action-button-selectors/health.svg)](https://phpackages.com/packages/lemonlabs-nova-action-button-selectors)
```

###  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)
