PHPackages                             doriiaan/filament-translatable-menu-builder - 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. doriiaan/filament-translatable-menu-builder

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

doriiaan/filament-translatable-menu-builder
===========================================

Create and manage translatable menus and menu items. Fork of datlechin/filament-menu-builder.

v1.1.1(10mo ago)199MITPHPPHP ^8.2

Since Jun 29Pushed 10mo agoCompare

[ Source](https://github.com/Doriiaan/filament-translatable-menu-builder)[ Packagist](https://packagist.org/packages/doriiaan/filament-translatable-menu-builder)[ Docs](https://github.com/Doriiaan/filament-translatable-menu-builder/)[ RSS](/packages/doriiaan-filament-translatable-menu-builder/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (13)Versions (13)Used By (0)

Filament Translatable Menu Builder
==================================

[](#filament-translatable-menu-builder)

This Filament package allows you to create and manage translatable menus in your Filament application.

This package is a fork from [datlechin/filament-menu-builder](https://github.com/datlechin/filament-menu-builder) and integrates [Astrotomic/laravel-translatable](https://github.com/Astrotomic/laravel-translatable) for translations with [CactusGalaxy/FilamentAstrotomic](https://github.com/CactusGalaxy/FilamentAstrotomic) for translations tabs.

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

[](#installation)

You can install the package via composer:

```
composer require doriiaan/filament-translatable-menu-builder
```

You need to publish the migrations and run them:

```
php artisan vendor:publish --tag="filament-translatable-menu-builder-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-translatable-menu-builder-config"
```

Optionally, if you want to customize the views, you can publish them with:

```
php artisan vendor:publish --tag="filament-translatable-menu-builder-views"
```

This is the contents of the published config file:

```
return [
    'tables' => [
        'menus' => 'menus',
        'menu_tarnslations' => 'menu_translations',
        'menu_items' => 'menu_items',
    ],
];
```

Add the plugin to `AdminPanelProvider`:

```
use Doriiaan\FilamentTranslatableMenuBuilder\FilamentTranslatableMenuBuilderPlugin;

$panel
    ...
    ->plugin(FilamentTranslatableMenuBuilderPlugin::make())
```

Usage
-----

[](#usage)

If one day someone uses this package, I could fill in this section and make the package as customizable as: [datlechin/filament-menu-builder](https://github.com/datlechin/filament-menu-builder).

Custom links don't work.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/doriiaan/filament-translatable-menu-builder/raw/main/LICENSE.md) for more information.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance54

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

12

Last Release

312d ago

PHP version history (2 changes)1.0.0PHP ^8.1

1.x-devPHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/94853837?v=4)[Dorian Alary](/maintainers/Doriiaan)[@Doriiaan](https://github.com/Doriiaan)

---

Top Contributors

[![datlechin](https://avatars.githubusercontent.com/u/56961917?v=4)](https://github.com/datlechin "datlechin (147 commits)")[![Log1x](https://avatars.githubusercontent.com/u/5745907?v=4)](https://github.com/Log1x "Log1x (58 commits)")[![depfu[bot]](https://avatars.githubusercontent.com/in/715?v=4)](https://github.com/depfu[bot] "depfu[bot] (51 commits)")[![Doriiaan](https://avatars.githubusercontent.com/u/94853837?v=4)](https://github.com/Doriiaan "Doriiaan (14 commits)")[![Senexis](https://avatars.githubusercontent.com/u/6360733?v=4)](https://github.com/Senexis "Senexis (10 commits)")[![iRaziul](https://avatars.githubusercontent.com/u/51883557?v=4)](https://github.com/iRaziul "iRaziul (5 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![bdsumon4u](https://avatars.githubusercontent.com/u/75123992?v=4)](https://github.com/bdsumon4u "bdsumon4u (2 commits)")[![mckenziearts](https://avatars.githubusercontent.com/u/14105989?v=4)](https://github.com/mckenziearts "mckenziearts (2 commits)")[![StevyMarlino](https://avatars.githubusercontent.com/u/25743606?v=4)](https://github.com/StevyMarlino "StevyMarlino (1 commits)")[![Cannonb4ll](https://avatars.githubusercontent.com/u/3110750?v=4)](https://github.com/Cannonb4ll "Cannonb4ll (1 commits)")[![ImgBotApp](https://avatars.githubusercontent.com/u/31427850?v=4)](https://github.com/ImgBotApp "ImgBotApp (1 commits)")[![AndreyTodorov](https://avatars.githubusercontent.com/u/53942571?v=4)](https://github.com/AndreyTodorov "AndreyTodorov (1 commits)")

---

Tags

laravelfilamentphpdoriiaanfilament-translatable-menu-builder

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/doriiaan-filament-translatable-menu-builder/health.svg)

```
[![Health](https://phpackages.com/badges/doriiaan-filament-translatable-menu-builder/health.svg)](https://phpackages.com/packages/doriiaan-filament-translatable-menu-builder)
```

###  Alternatives

[biostate/filament-menu-builder

An Elegant Menu Builder for FilamentPHP

6528.1k2](/packages/biostate-filament-menu-builder)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[promethys/revive

A 'RecycleBin' page where users can restore or delete permanently soft-deleted models.

162.9k](/packages/promethys-revive)[schmeits/filament-character-counter

This is a Filament character counter TextField and Textarea form field for Filament v4 and v5

34226.4k13](/packages/schmeits-filament-character-counter)

PHPackages © 2026

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