Skip to main content

Imports

Imports is a Laravel package that leverages the maatwebsite/excel package to simplify the data import process further.

It provides helpful views and a structure that you can use to create imports. The package includes the following features:

  • Download an import template based on the selected model.
  • Import an Excel file to a selected model.
  • Option to override duplicates.
  • Option to display import errors on the page or download the errors to an Excel sheet.

When should you use this package?

You should use this package when you want to provide an import feature for users, allowing authorized users to bulk import data into the system.