simonhamp / laravel-nova-csv-import

The best CSV import component for Laravel Nova
https://novapackages.com/packages/simonhamp/laravel-nova-csv-import
MIT License
167 stars 76 forks source link

Added importable resouce, importable attributes and custom importer #28

Closed monaye closed 3 years ago

monaye commented 3 years ago

Added following.

  1. User can now use a method to determine if resources can be import
  2. User can now use a method to return list of the attributes to omit for import
  3. User can now use own importer class by define in config
  4. Added documentations

Please let me know if I missed anything :)

monaye commented 3 years ago

@simonhamp Thank you for taking a time to review the PR. Yes, as you pointed out I should've separated the PR. I make sure to make a smaller PR next time. I verified all the suggestions and removed the duplicate of config merge as well.

Thank you