Download the PHP package caydeesoft/menu-manager without Composer

On this page you can find all versions of the php package caydeesoft/menu-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package menu-manager

Laravel Menu Manager

Config-driven Laravel menu manager for Blade sidebar navigation, top menus, dropdown menus, and permission-aware admin panel links.

Menu Manager lets you define Laravel navigation menus in one config file and render them with one reusable Blade view. Configure menu items, named routes, route parameters, HTML tags, CSS classes, Font Awesome icons, dropdowns, and Spatie permission checks from config/menu-manager.php.

Features

Install

Publish the config:

Menu Location

After publishing, configure all menus here:

Package source config:

Direct package development config:

Config Structure

Each menu has a view section and an items section:

That renders:

Rendering

Use the generic renderer for any configured menu:

Convenience aliases are also available:

Both aliases use the same generic Blade renderer internally.

Item Types

Header

Item

Item With Route Params

Dropdown

Configure dropdown HTML in the menu view section:

Raw HTML

Use html for special menu entries that do not fit the standard item shape:

Per-Item Classes And Attributes

You can override classes on any item:

Permissions

The menu is built only for authenticated users.

Dropdown children are filtered by permission too.

Sorting

Items are sorted by position in ascending order.

Views

Publish views only if you need to change the renderer itself:

Published views:

Releases

Releases are documented automatically by GitHub Actions when a semantic version tag is pushed:

The release workflow validates Composer, installs dependencies, runs PHPUnit, and creates a GitHub release with generated release notes.

Update CHANGELOG.md before tagging.

MCP Compatibility

This package is a Laravel Composer package, not a Model Context Protocol server. It includes MCP.md and llms.txt for AI/agent-friendly project metadata, but it does not publish an MCP server.json because it does not expose MCP tools, resources, prompts, or transport.


All versions of menu-manager with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/support Version ^11.0|^12.0|^13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package caydeesoft/menu-manager contains the following files

Loading the files please wait ...