Skip to content

Zakini/laravel-nova-csv-import

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 55.1%
  • Vue 36.6%
  • JavaScript 4.2%
  • HTML 4.0%
  • CSS 0.1%