Download the PHP package workup/nova-menu-builder without Composer

On this page you can find all versions of the php package workup/nova-menu-builder. 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 nova-menu-builder

Nova Menu Builder (WorkUp Version)

This Laravel Nova package allows you to create and manage menus and menu items.

Requirements

Features

Screenshots

Installation and Setup

Installing the package

Install the package in a Laravel Nova project via Composer, edit the configuration file and run migrations.

Register the tool with Nova in the tools() method of the NovaServiceProvider:

Setting up

After publishing the configuration file, you have to make some required changes in the config:

Next, just run the migrations and you're set.

Optionally publish migrations

This is only useful if you want to overwrite migrations and models. If you wish to use the menu builder as it comes out of the box, you don't need them.

Usage

Locales configuration

You can define the locales for the menus in the config file, as shown below.

Custom menu item types

Menu builder allows you create custom menu item types with custom fields.

Create a class that extends the Workup\MenuBuilder\MenuItemTypes\BaseMenuItemType class and register it in the config file.

In the created class, overwrite the following methods:

Returning the menus in a JSON API

nova_get_menus()

A helper function nova_get_menus is globally registered in this package which returns all the menus including their menu items in an API friendly format.

Get single menu via identifier

To get a single menu, you can use the available helper functions.
Returns null if no menu with the identifier is found or returns the menu if it is found. If no locale is passed, the helper will automatically choose the first configured locale.

Credits

License

Nova Menu Builder is open-sourced software licensed under the MIT license.


All versions of nova-menu-builder with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
doctrine/dbal Version >=2.0.0
laravel/nova Version ^4.0
workup/nova-translations-loader Version ^5.0.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 workup/nova-menu-builder contains the following files

Loading the files please wait ....