Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
L

Kustomer Feedback Tool

Installation Instructions

Requirements

You must have installed and configured Laravel Kustomer

Installation

You can install the nova tool in to a Laravel app that uses Nova via composer:

composer require mydnic/nova-kustomer

Next up, you must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider.

// in app/Providers/NovaServiceProvder.php

// ...

public function tools()
{
    return [
        // ...
        new \Mydnic\NovaKustomer\NovaKustomer,
    ];
}

Readme

Laravel Nova Kustomer Feedback

This package allows you to implement Laravel Kustomer into your Laravel Nova Dashboard.

Dashboard index page

Requirements

You must have installed and configured Laravel Kustomer

Installation

You can install the nova tool in to a Laravel app that uses Nova via composer:

composer require mydnic/nova-kustomer

Next up, you must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider.

// in app/Providers/NovaServiceProvder.php

// ...

public function tools()
{
    return [
        // ...
        new \Mydnic\NovaKustomer\NovaKustomer,
    ];
}

The MIT License (MIT). Please see License File for more information.

Screenshots

Back to Top
Added 7 years ago
Last updated 6 Years Ago
Version v1.3
Composer
mydnic/nova-kustomer
GitHub stars 20
Packagist downloads 17,520

Favorites

5 users favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
1 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas