PHPackages                             energon7/custom-action-selector - 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. energon7/custom-action-selector

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

energon7/custom-action-selector
===============================

This package allows you to change the action select box to a button view.

0.1.0(5y ago)14.7k↓28.6%3MITVuePHP &gt;=7.1.0

Since Dec 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Energon7/custom-action-selector)[ Packagist](https://packagist.org/packages/energon7/custom-action-selector)[ RSS](/packages/energon7-custom-action-selector/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Nova Custom Action Selector
===========================

[](#nova-custom-action-selector)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2de30d8743d803324d4c1756dc9ddb8a62d7e84a4c62f837224fb258c66338aa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f456e6572676f6e372f637573746f6d2d616374696f6e2d73656c6563746f723f7374796c653d666c61742d737175617265)](https://packagist.org/packages/energon7/custom-action-selector)[![Licence](https://camo.githubusercontent.com/57dbf648b26644dd1161694d1dd842dcdea0c1c47c0d64b4e75f8cf6b3201158/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f456e6572676f6e372f637573746f6d2d616374696f6e2d73656c6563746f723f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/57dbf648b26644dd1161694d1dd842dcdea0c1c47c0d64b4e75f8cf6b3201158/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f456e6572676f6e372f637573746f6d2d616374696f6e2d73656c6563746f723f7374796c653d666c61742d737175617265)[![Total Downloads](https://camo.githubusercontent.com/ccd5d3022fc6cb611c418262b48a5a59f38177a29cd8b5ef2a9b15dd4eee67cd/68747470733a2f2f706f7365722e707567782e6f72672f656e6572676f6e372f637573746f6d2d616374696f6e2d73656c6563746f722f646f776e6c6f6164733f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/energon7/custom-action-selector)

This package allows you to change the action select box to a button view.

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

[](#installation)

```
composer require energon7/custom-action-selector
```

Usage
-----

[](#usage)

NovaServiceProvider.php:

```
use Energon7\CustomActionSelector\CustomActionSelector;

//...

public function tools()
{
    return [
         new CustomActionSelector()
    ];
}
```

Then create any action:

```
php artisan nova:action SomeAction

```

You can add icon to a action button.

SomeAction.php:

```
  public $icon = ' ... ';
  public function __construct()
  {
      $this->withMeta([
          'icon' => $this->icon
      ]);
  }

```

Credits
-------

[](#credits)

- [Azer Mammadov](https://github.com/energon7)

License
-------

[](#license)

This project is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

1966d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b9e50c333693422ef7266e9105b97376f1c34bcfd3a15bc3abf12c3516a38f09?d=identicon)[Energon7](/maintainers/Energon7)

---

Top Contributors

[![Energon7](https://avatars.githubusercontent.com/u/28485483?v=4)](https://github.com/Energon7 "Energon7 (9 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/energon7-custom-action-selector/health.svg)

```
[![Health](https://phpackages.com/badges/energon7-custom-action-selector/health.svg)](https://phpackages.com/packages/energon7-custom-action-selector)
```

###  Alternatives

[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)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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