Download the PHP
package outl1ne/nova-menu-builder without Composer
On this page you can find all versions of the php package
outl1ne/nova-menu-builder. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
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.
This Laravel Nova package allows you to create and manage menus and menu items.
Requirements
php: >=8.0
laravel/nova: ^4.0
Features
Menu management
Menu items management
Simple drag-and-drop nesting and re-ordering
Custom menu item types support
Ability to easily add select types
Ability to add custom fields
Use menubuilder:type command to easily create new types
Fully localizable
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 Outl1ne\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.
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 outl1ne/nova-menu-builder contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.