Download the PHP package nightkit/nova-element-ui without Composer

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

Nova + Element UI

This is a set of component Element UI for Laravel Nova

Installation

1) 2) Add to your in providers section 3)

Components

This is available component for this time.

ElementTabsRelations

ElementTabsRelations it's tabs component to split relation lists view between tabs Supported relation fields: HasMany, BelongsTany, OneToMany, MorphToMany

ElementInput

ElementInput is just simple input element with couple of cool features

You can add it like that

To make this input with clear action just add

You can also add prefix or suffix icon with and

If you need a textarea you can simple make it by

Textarea accepts several parameters, number of rows and autosize

ElementAutocomplete

ElementAutocomplete looks like a input but is used if you need autocomplete

This field has a few method

Placement of the popup menu (top / top-start / top-end / bottom / bottom-start / bottom-end) default bottom-start

Whether show suggestions when input focus (default true)

Debounce delay when typing, in milliseconds (default 300)

ElementSelect

It's just simple select field with more beautiful design

ElementTimezoneSelect and ElementTimezoneAutocomplete

This two fields depend on ElementSelect and ElementAutocompele to coose timezones more simple

ElementNumber

The number input field on steroids:)

It's depend on Nova native Number field and support all its functions

Also this field provide several methods

Precision of input value

whether to enable the control buttons

Move the control buttons to the right

ElementRadio

Radio element

If you want button style radio just use method

Or bordered style with

ElementCheckbox

ElementCheckbox depends on native Nova Boolean field with couple cool features

On detail page and index it's cool looks with el-tag element

Of course you can change standard 'True' 'False' labels on what want to

If you d'not want to be displayed el-tag you can hide it with

When you just see only label

ElementSwitch

ElementSwitch is depends on ElementCheckbox

If you want to show your labels on switch use method

Also you can change active/inactive colors on switch

Components in progress

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details


All versions of nova-element-ui with dependencies

PHP Build Version
Package Version
Requires laravel/nova Version *
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 nightkit/nova-element-ui contains the following files

Loading the files please wait ....