Download the PHP package marshmallow/nova-fields-help without Composer
On this page you can find all versions of the php package marshmallow/nova-fields-help. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download marshmallow/nova-fields-help
More information about marshmallow/nova-fields-help
Files in marshmallow/nova-fields-help
Package nova-fields-help
Short Description A Laravel Nova help field.
License MIT
Informations about the package nova-fields-help
Laravel Nova Help Field
A custom Nova fields which allows to show custom help messages within form, detail and index screens.
Changelog
See changelog here.
Install
Run this command in your nova project:
Then you can use the field in your resource as follow:
Options
Nova Help Field has many options as follow:
Default templates
Help templates:
Headings template:
Both title and message are optional
Messages can also be callable
Icons
You can pick one of the default SVG icons (http://www.zondicons.com/) provided by Steve Schoger.
Render html messages
From v0.2 the displayAsHtml()
method applies also to the field name (unless shown as column header on index).
Full width on details screen
With side label
Collapsible help fields
Help fields can be made collapsible using the fluent method collapsible()
.
Collapsible help fields are collapsed by default and toggle their state clicking on their title.
Also, keep in mind that collapsible fields must define both a title and message and cannot be used with side labels.
Show help messages on index
Changelog
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Alessandro Benoit
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of nova-fields-help with dependencies
php Version ^8.0
laravel/nova Version ^4.0|^5.0