Download the PHP package ardenthq/nova-enhanced-textarea without Composer
On this page you can find all versions of the php package ardenthq/nova-enhanced-textarea. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ardenthq/nova-enhanced-textarea
More information about ardenthq/nova-enhanced-textarea
Files in ardenthq/nova-enhanced-textarea
Download ardenthq/nova-enhanced-textarea
More information about ardenthq/nova-enhanced-textarea
Files in ardenthq/nova-enhanced-textarea
Vendor ardenthq
Package nova-enhanced-textarea
Short Description Custom textarea field with character count
License MIT
Package nova-enhanced-textarea
Short Description Custom textarea field with character count
License MIT
Please rate this library. Is it a good library?
Informations about the package nova-enhanced-textarea
Laravel Nova Enhanced Textarea Field
A custom Textarea Field for Nova with character count
Note this feature has been added to Nova's own
TextArea
component starting with Nova 4.16.0. Please make use of the built-in feature over this package.
Features
- For Laravel Nova ^4.0
- Character count and maxLength warning
Installation
Use
-
Add the
EnhancedTextarea
field to your Nova Resource. - Call the
->maxLength()
method to define the max number of characters that the field should show.
Development
- Run
yarn nova:install
andyarn install
to install all the necessary dependencies for compiling the view components. - Run
yarn run dev
(oryarn run watch
) while making changes to the components in your local environment. - If you change the vue components, ensure to compile for production before making a PR.
Compile for production
- Run
yarn nova:install
andyarn install
to install all the necessary dependencies for compiling the view components. - Run
yarn run production
.
Analyze the code with phpstan
Refactor the code with php rector
Format the code with php-cs-fixer
Run tests
Security
If you discover a security vulnerability within this package, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.
Credits
This project exists thanks to all the people who contribute.
License
Ardent
All versions of nova-enhanced-textarea with dependencies
PHP Build Version
Package Version
The package ardenthq/nova-enhanced-textarea contains the following files
Loading the files please wait ....