Tag: laravel nova

Creating Visible Password use Laravel Nova

Creating Visible Password use Laravel Nova – Brilliansolution. Sometimes we need a feature to display the password in the password field. maybe because of the complexity of the password written, or to ensure that the password is correct and accurate. Installation Instructions You can install the package in to a Laravel app that uses Nova via composer: composer require magdicom/nova-visible-password...

How to Use Laravel Nova Field Dependency Container

How to Use Laravel Nova Field Dependency Container – Brilliansolution. A new menu item called “Permissions & Roles” will appear in your Nova app after installing this package. Installation Instructions Installation Install through composer: composer require epartment/nova-dependency-container Readme Nova Field Dependency Container Description A container for grouping fields that depend on other field values. Dependencies can be set on any field...