directsoft/laravel-menu

Laravel Menu

Maintainers

Package info

github.com/directsoft-ro/laravel-menu

pkg:composer/directsoft/laravel-menu

Transparency log

Fund package maintenance!

directsoft

Statistics

Installs: 23

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.5 2026-08-31 14:35 UTC

This package is not auto-updated.

Last update: 2026-08-31 17:59:26 UTC


README

Laravel Menu

Packagist PHP from Packagist Laravel versions GitHub Workflow Status (main) Total Downloads

Laravel Menu

Installation

You can install the package via Composer:

composer require directsoft/laravel-menu

You may publish all the package's resources at once:

php artisan vendor:publish --tag="menu"

Or, you may publish each resource individually:

Publishing the Configuration File

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

Publishing and Running the Migrations

php artisan vendor:publish --tag="menu-migrations"
php artisan migrate

Publishing the Views

php artisan vendor:publish --tag="menu-views"

Publishing the Public Assets

php artisan vendor:publish --tag="menu-assets"

Usage

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Thank you for considering contributing to Laravel Menu! Please review our contributing guide to get started.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

Laravel Menu is open-source software licensed under the MIT license.