You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple CSV import tool for Laravel Nova. This package builds on top of the great work done by Sparclex with the [nova-import-card](https://github.com/Sparclex/nova-import-card) package.
7
+
A simple CSV import tool for Laravel Nova that allows you to upload a CSV file via Nova and choose which Nova resource
8
+
to import it to.
9
+
10
+
The import process lets you choose how to map the relevant columns from your uploaded file to the attributes on your
11
+
models, with a nice summary at the end of what worked and what didn't
12
+
13
+
> This package builds on top of the great work done by Sparclex with the [nova-import-card](https://github.com/Sparclex/nova-import-card) package.
8
14
9
15

10
16
17
+
## Sponsorship
18
+
CSV Import is completely free to use. I've built it in my own time to fill my own needs and I also support it in my own
19
+
time. If you'd like to show your appreciation for that, I do accept [donations via GitHub](https://github.com/sponsors/simonhamp).
0 commit comments