All Projects → mydnic → nova-kustomer

mydnic / nova-kustomer

Licence: MIT license
Nova Tool for Laravel Kustomer

Programming Languages

Vue
7211 projects
PHP
23972 projects - #3 most used programming language
Blade
752 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].