PHPackages                             wamesk/laravel-nova-menu-switcher - 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. wamesk/laravel-nova-menu-switcher

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

wamesk/laravel-nova-menu-switcher
=================================

1.0.2(1y ago)01581PHPPHP ^8.0

Since Mar 22Pushed 1y ago2 watchersCompare

[ Source](https://github.com/wamesk/laravel-nova-menu-switcher)[ Packagist](https://packagist.org/packages/wamesk/laravel-nova-menu-switcher)[ RSS](/packages/wamesk-laravel-nova-menu-switcher/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Laravel Nova Menu Switcher
==========================

[](#laravel-nova-menu-switcher)

Description
-----------

[](#description)

Creates input select that refreshes page and sets value to session.

[![img.png](img.png)](img.png)

[![img_1.png](img_1.png)](img_1.png)

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

[](#installation)

```
composer require wamesk/laravel-nova-menu-switcher
```

Usage
-----

[](#usage)

```
// NovaServiceProvider.php
Nova::mainMenu(function (Request $request) {
    return [
        ...
        Switcher::make([
            'value1' => 'option1',
            'value2' => 'option2',
            'value3' => 'option3',
        ], 'option', 'value2'),
        ...
    ];
});
```

If you want to control who can use switcher you can add can\_use\_switcher attribute in user

```
// User.php
public function getCanUseSwitcherAttribute(): bool
{
    return $this->is_super_admin;
}
```

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance46

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

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

Total

3

Last Release

408d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bf6ece61ae07942df38ce88eb4053d4176c6ab0bf803191953961023f25fc70?d=identicon)[WAME](/maintainers/WAME)

---

Top Contributors

[![adrianzofcin](https://avatars.githubusercontent.com/u/75702986?v=4)](https://github.com/adrianzofcin "adrianzofcin (5 commits)")

### Embed Badge

![Health badge](/badges/wamesk-laravel-nova-menu-switcher/health.svg)

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

###  Alternatives

[outl1ne/nova-sortable

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

2852.2M9](/packages/outl1ne-nova-sortable)[optimistdigital/nova-sortable

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

2852.2M6](/packages/optimistdigital-nova-sortable)[ebess/advanced-nova-media-library

Laravel Nova tools for managing the Spatie media library.

6143.6M22](/packages/ebess-advanced-nova-media-library)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17930.8k](/packages/markwalet-nova-modal-response)[spatie/nova-backup-tool

A Laravel Nova tool to backup your application.

361588.6k1](/packages/spatie-nova-backup-tool)[outl1ne/nova-simple-repeatable

A Laravel Nova simple repeatable rows field.

75416.9k](/packages/outl1ne-nova-simple-repeatable)

PHPackages © 2026

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