Download the PHP package hosnyben/nova-nested-inputs without Composer

On this page you can find all versions of the php package hosnyben/nova-nested-inputs. 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-nested-inputs

Nova Nested Inputs

Nova Nested Fields is a Laravel Nova field package that allows users to present their checkboxes or radio buttons in a nested, hierarchical structure. This package supports infinite nesting levels, providing a flexible solution for complex form requirements.

Requirements

Demo

Nested radios input

Nested radio input

Nested checkbox input

Nested checkbox input

Features

Installation

To install the Nova Nested Fields package, use Composer:

Usage

Now you can use the NovaNestedInputs Field with Nova. Make the NovaNestedInputs in the fields method like any other field in a Resource.

Example

Settings

Option Type Description Default
type String You define either a checkbox or radio radio
color String You define the CSS supported color. It may be a hex color or rgb() or rgba() #be860f
options function() or multi-dimensional Array[]. It must respect the payload. You can define infinte loop of nested items. You may use a function if you're looking to load dynamic values of load your Eloquent model into. array()
"options" field structure

License

Nova Nested Inputs is open-sourced software licensed under the MIT license.

Author

Hosny BEN

Made with ❤️ by Hosny BEN


All versions of nova-nested-inputs with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3|^8.0
laravel/nova Version ^4.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 hosnyben/nova-nested-inputs contains the following files

Loading the files please wait ....