PHPackages                             quickhelper/quickexcelimport - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. quickhelper/quickexcelimport

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

quickhelper/quickexcelimport
============================

A Laravel package for importing Excel files into Eloquent models with support for Filament

v1.0.0(1y ago)02MITPHPPHP &gt;=8.0

Since Apr 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/yossef-ashraf/QuickExcelImport)[ Packagist](https://packagist.org/packages/quickhelper/quickexcelimport)[ RSS](/packages/quickhelper-quickexcelimport/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Excel Import Package for Laravel
================================

[](#excel-import-package-for-laravel)

A flexible Laravel package for importing Excel files into Eloquent models with support for Filament.

Installation
------------

[](#installation)

```
composer require quickhelper/quickexcelimport
```

Publish Configuration
---------------------

[](#publish-configuration)

```
php artisan vendor:publish --tag=excel-import-config
```

Basic Usage
-----------

[](#basic-usage)

### Create an Importer

[](#create-an-importer)

Create a class that extends the `BaseImport` class:

```
