PHPackages                             subcom/twill-menu - 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. subcom/twill-menu

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

subcom/twill-menu
=================

A twill package

v1.0.7(3y ago)0872[1 PRs](https://github.com/SubcomDev/twill-menu/pulls)MITPHP

Since Jun 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/SubcomDev/twill-menu)[ Packagist](https://packagist.org/packages/subcom/twill-menu)[ Docs](https://github.com/SubcomDev/twill-menu)[ RSS](/packages/subcom-twill-menu/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (2)Versions (8)Used By (0)

Twill menu
==========

[](#twill-menu)

[![Latest Version on Packagist](https://camo.githubusercontent.com/68aed462af2aa7420593c305b37b2ed6b3b0b4af9b32bf619a6f8ec19071f21c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f737562636f6d2f7477696c6c2d6d656e752e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/subcom/twill-menu)[![GitHub Tests Action Status](https://camo.githubusercontent.com/4dea1a1a6dbd01a0e5b43eb582d2006a3c2500c2b1b8ce38160f80e6baaf5748/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f737562636f6d2f7477696c6c2d6d656e752f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/:vendor_slug/subcom/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/502dab044ae64e919c47bcb8871a2d4e33bfab9b79b1f9939121e6995d54d649/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f737562636f6d2f7477696c6c2d6d656e752f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/:vendor_slug/subcom/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/8a7dc258191f036f27065c63b09f19a5864f8f7abff7c2ebe31225516244565e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f737562636f6d2f7477696c6c2d6d656e752e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/subcom/twill-menu)

This a package build with laravel and twill to add menu modul.

Support us
----------

[](#support-us)

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

[](#installation)

### Project setup

[](#project-setup)

To install twill-menu package and all dependecies run the command below and follow the instructions:

```
composer require subcom/twill-menu
```

### Config setup

[](#config-setup)

1. Add this to config/twill.php inside block\_editor:

```
'directories' => [

            'source' => [

                'blocks' => [

                    'menu' => [

                        'title' => 'Menu',
                        'icon' => 'quote',
                        'component' => 'a17-block-menu',
                        'path' => base_path('vendor/subcom/twill-menu/src/Twill/Capsules/Menus/resources/views/admin/blocks'),
                        'source' => A17\Twill\Services\Blocks\Block::SOURCE_TWILL,
                    ],
                ],

            ],
        ],

        'repeaters' => [

            'menu-item' => [

                'title' => 'Aggiungi link',
                'trigger' => 'Aggiungi sottovoce',
                'component' => 'a17-block-menu-item',
                'path' => base_path('vendor/subcom/twill-menu/src/Twill/Capsules/Menus/resources/views/admin/blocks'),
                'source' => A17\Twill\Services\Blocks\Block::SOURCE_TWILL,
            ],

        ],
```

2. Run command:

```
php artisan optimize
```

3. Run command:

```
php artisan route:trans:clear
```

4. Run command:

```
php artisan vendor:publish --tag="twill-menu-config"
```

5. Publish files: If you want to make changes use command bellow but you have to make changes in config to use twill default

```
php artisan vendor:publish --tag="twill-menu-views"
php artisan vendor:publish --tag="twill-menu-controller"
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://subcom.it) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [subcom](https://github.com/SubcomDev)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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 ~17 days

Recently: every ~26 days

Total

7

Last Release

1320d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3630423?v=4)[Krios](/maintainers/kriosmane)[@kriosmane](https://github.com/kriosmane)

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

---

Top Contributors

[![zoicamuratihideo](https://avatars.githubusercontent.com/u/107859249?v=4)](https://github.com/zoicamuratihideo "zoicamuratihideo (27 commits)")[![kriosmane](https://avatars.githubusercontent.com/u/3630423?v=4)](https://github.com/kriosmane "kriosmane (3 commits)")

### Embed Badge

![Health badge](/badges/subcom-twill-menu/health.svg)

```
[![Health](https://phpackages.com/badges/subcom-twill-menu/health.svg)](https://phpackages.com/packages/subcom-twill-menu)
```

PHPackages © 2026

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