hossam-hassan-abdu/laravel-filament-menu

There is no license information available for the latest version (dev-main) of this package.

A package for dynamic Filament menu items.

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/hossam-hassan-abdu/laravel-filament-menu

dev-main 2024-08-28 13:36 UTC

This package is not auto-updated.

Last update: 2026-01-15 17:08:09 UTC


README

This package provides dynamic menu items for the Filament admin panel with CRUD functionality.

Installation

composer require your-namespace/laravel-filament-menu

Usage

After installing the package, publish the configuration and run the installation command:

php artisan vendor:publish --provider="LarvelFilamentMenu\Providers\MenuServiceProvider"
php artisan migrate
php artisan menu:install

To manage menu items from the admin panel:

  1. Navigate to the Menu Items section in Filament.
  2. Use the provided CRUD interface to add, edit, or delete menu items.

To refresh menu items after making changes:

php artisan menu:refresh

This will set up the menu items in your database and configure the Filament navigation.