tumainimosha / laravel-nova-csv-import

A fully-fledged CSV import component for Laravel Nova

Home Page:https://novapackages.com/packages/simonhamp/laravel-nova-csv-import

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Nova CSV Import

Latest Stable Version Total Downloads License

A fully-fledged CSV import tool for Laravel Nova. This package builds on top of the great work done by Sparclex with the nova-import-card package.

Laravel Nova CSV Import Screenshot

Installation

Install via Composer:

composer require simonhamp/laravel-nova-csv-import

Once installed, you must register the component in your app's NovaServiceProvider (app/Providers/NovaServiceProvider.php):

namespace App\Providers;

use SimonHamp\LaravelNovaCsvImport\LaravelNovaCsvImport;

class NovaServiceProvider extends NovaApplicationServiceProvider
{
    public function tools()
    {
        return [
            new LaravelNovaCsvImport,
        ];
    }
}

Testing

We need tests! Can you help? Please consider contributing.

Contributing

Please see CONTRIBUTING for details.

License

The MIT License (MIT). Please see LICENSE for more details.

About

A fully-fledged CSV import component for Laravel Nova

https://novapackages.com/packages/simonhamp/laravel-nova-csv-import

License:MIT License


Languages

Language:PHP 55.3%Language:Vue 36.5%Language:JavaScript 4.2%Language:HTML 4.0%Language:CSS 0.1%