Download the PHP package armincms/nova-tab without Composer

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

Nova Tab

Field's Grouping by the tab.

Table of Contents

Install

Quick Start

First create your tab like follow.

Then, to insert each field into the created tab; pass the name and the group name into the withTab macro method.for example:

Usage

First create your tab like follow. Then; for define tab field's, you can use the group method.

Ative Tab:

By default we'll active the first tab. if you want customize the active tab, it's availabe by call the active method on the tab group.

Tab Label

It's possible to customize the tab label's by passing the label string through the label method on the group.

Full Width Tab

If you want jsutify the tab for fill screen; you can call fullWidth method on the Tab::class

Attention 1: you can add any field and relation-field into the tab.

Attention 2: it's impossible to add Panel into the tab.

Attention 3: It's possible to add the tab into the Panel.

Multiple Tabs

You can add multiple tab into form and detail page. for this situation; just needs making different name for different tabs.

Attention 1: You can't add samerelation-field in different tabs.it just work with one of them.

Using With Panel

You can add tab into Panel but you never can add Panel into tab.

Relations

Missed Tabs

If some fields missing in the tab, with macro method withTab you can add the missed field into the tab. like following example:


All versions of nova-tab with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.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 armincms/nova-tab contains the following files

Loading the files please wait ....