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

How to Use Laravel Nova Excel

How to Use Laravel Nova Excel. This package you can use Laravel Nova Excel. Installation Instructions 💡 Require this package in the composer.json of your Laravel project. This will download the package and Laravel-Excel. 💪 Go to your resource. As example we’ll use the app/Nova/User.php. Add DownloadExcel action to your actions() list. ? Go to your resource in your Nova admin panel, select all or some users...

How to Use Laravel Nova Search Relations

How to Use Laravel Nova Search Relations. This package allows you to include relationship columns into Laravel Nova search query use novapackages. Searchable Columns To define which resource fields are searchable, you may assign an array of database columns to the search property of your resource class. This array includes the id column by default: Full-Text Indexes Typically, Nova searches your database columns using...

What is Laravel Nova – How much Cost Laravel Nova?

What is Laravel Nova – How much Cost Laravel Nova? – BrillianSolution. Sometimes you need a simple admin panel to download reports, send emails, search data, review graphs, or safely make database changes. If you have a Laravel web-app or website that needs light content management or light customer relationship management, Nova – the simple Admin Panel Content Management System is...