Category: 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 Spatie’s Laravel Permission

How to Use Laravel Nova Spatie’s Laravel Permission – Brilliansolution. Installation How to Use Laravel Nova Spatie’s Laravel Permission You can install the package in to a Laravel app that uses Nova via composer: composer require vyuldashev/nova-permission Go through the Installation section in order to setup laravel-permission. Next up, you must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider. Next,...

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...