codedor / filament-menu
A menu package for filament
Installs: 5 275
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/codedor/filament-menu
Requires
- php: ^8.2
- filament/filament: ^4.0|^5.0
- illuminate/contracts: ^10.0|^11.0|^12.0
- spatie/eloquent-sortable: ^4.0
- spatie/laravel-navigation: ^1.3
- spatie/laravel-package-tools: ^1.12
- spatie/laravel-translatable: ^6.5
- wotz/filament-link-picker: ^2.0
- wotz/filament-translatable-tabs: ^2.0
- wotz/laravel-locale-collection: ^2.0
- wotz/laravel-online-scope: ^2.0
Requires (Dev)
- larastan/larastan: ^2.0|^3.0
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.0|^8.0
- orchestra/testbench: ^8.0|^9.0|^10.0
- pestphp/pest: ^2.0|^3.0|^4.0
- pestphp/pest-plugin-laravel: ^2.0|^3.0|^4.0
- phpstan/extension-installer: ^1.1|^2.0
- phpstan/phpstan-deprecation-rules: ^1.0|^2.0
- phpstan/phpstan-phpunit: ^1.0|^2.0
- dev-master
- v3.0.0
- v2.1.0
- v2.0.0
- 1.x-dev
- v1.4.0
- v1.3.0
- v1.2.1
- v1.2.0
- v1.1.0
- v1.0.2
- v1.0.1
- v1.0.0
- v0.2.1
- v0.2.0
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- v0
- dev-feature/filament-v4
- dev-feature/filament-v5
- dev-dependabot/github_actions/actions/checkout-6
- dev-release/2.x
- dev-feature/upgrade-guide-for-2.0
- dev-revert-23-laravel-12
This package is auto-updated.
Last update: 2026-01-20 19:39:37 UTC
README
Installation
You can install the package via composer:
composer require wotz/filament-menu
You can publish and run the migrations with:
php artisan vendor:publish --tag="filament-menu-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="filament-menu-config"
This is the contents of the published config file:
return [ 'active-url-checker' => \Spatie\Navigation\Helpers\ActiveUrlChecker::class, ];
Documentation
For the full documentation, check here.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
If you discover any security-related issues, please email info@whoownsthezebra.be instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.