Download the PHP package gldrenthe89/nova-string-generator-field without Composer
On this page you can find all versions of the php package gldrenthe89/nova-string-generator-field. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gldrenthe89/nova-string-generator-field
More information about gldrenthe89/nova-string-generator-field
Files in gldrenthe89/nova-string-generator-field
Package nova-string-generator-field
Short Description A Laravel Nova field for generating a random string. This can be used for a Text field and for a Password field.
License MIT
Homepage https://github.com/gldrenthe89/nova-string-generator-field
Informations about the package nova-string-generator-field
Nova String Generation Field
A Nova field which can genarate a string upon creating or updating, this adds a string generator button and copy button to a Text or Password field.
Screenshot
Demo with shown password.
Demo with 'normal' hidden password.
Installation:
You can install the package in to a Laravel app that uses Nova via composer:
Localization
The translation file(s) can be published by using the following publish command:
You can add your translations to resources/lang/vendor/nova-string-generator-field/
by creating a new translations file with the locale name (ie et.json
) and copying the JSON from the existing en.json
.
License:
The MIT License (MIT). Please see License File for more information.
All versions of nova-string-generator-field with dependencies
illuminate/support Version ^9.0|^10.0|^11.0
outl1ne/nova-translations-loader Version ^5.0