mydnic/nova-kustomer

Laravel Nova Kustomer Feedback Tool

Installs: 14 140

Dependents: 0

Suggesters: 0

Security: 0

Stars: 20

Watchers: 3

Forks: 0

Open Issues: 0

Language:Vue

v1.3 2019-12-18 08:58 UTC

This package is auto-updated.

Last update: 2024-03-29 03:51:06 UTC


README

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.