LaravelPackages.net
Acme Inc.
Toggle sidebar
mydnic/nova-kustomer

Laravel Nova Kustomer Feedback Tool

18.435
19
v1.3
About mydnic/nova-kustomer

mydnic/nova-kustomer is a Laravel package for laravel nova kustomer feedback tool. It currently has 19 GitHub stars and 18.435 downloads on Packagist (latest version v1.3). Install it with composer require mydnic/nova-kustomer. Discover more Laravel packages by mydnic or browse all Laravel packages to compare alternatives.

Last updated

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.

Star History Chart