PHPackages                             eightynine/filament-excel-import - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. eightynine/filament-excel-import

ActiveLibrary[File &amp; Storage](/categories/file-storage)

eightynine/filament-excel-import
================================

Import Excel files with Laravel Filament.

v4.0.0(8mo ago)94167.0k—7.1%33[1 issues](https://github.com/eighty9nine/filament-excel-import/issues)[2 PRs](https://github.com/eighty9nine/filament-excel-import/pulls)1MITPHPPHP ^8.2

Since Oct 20Pushed 8mo ago4 watchersCompare

[ Source](https://github.com/eighty9nine/filament-excel-import)[ Packagist](https://packagist.org/packages/eightynine/filament-excel-import)[ Docs](https://github.com/eightynine/filament-excel-import)[ RSS](/packages/eightynine-filament-excel-import/feed)WikiDiscussions 4.x Synced 1mo ago

READMEChangelog (10)Dependencies (14)Versions (21)Used By (1)

Filament Excel Import
=====================

[](#filament-excel-import)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b76bf5182f695e572b9ae145c481592f15d61c6e42bf9cba3924f407ad75749e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6569676874796e696e652f66696c616d656e742d657863656c2d696d706f72742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/eightynine/filament-excel-import)[![Total Downloads](https://camo.githubusercontent.com/aa738cca7522cbde0d07fff656cc34888e7341ddd2d54ae25ad64002b04eefd7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6569676874796e696e652f66696c616d656e742d657863656c2d696d706f72742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/eightynine/filament-excel-import)

This package adds a new feature to your filament resource, allowing you to easily import data to your model

*This package brings the maatwebsite/laravel-excel functionalities to filament. You can use all the maatwebsite/laravel-excel features in your laravel project*

🛠️ Be Part of the Journey
-------------------------

[](#️-be-part-of-the-journey)

Hi, I'm Eighty Nine. I created excel import plugin to solve real problems I faced as a developer. Your sponsorship will allow me to dedicate more time to enhancing these tools and helping more people. [Become a sponsor](https://github.com/sponsors/eighty9nine) and join me in making a positive impact on the developer community.

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

[](#installation)

You can install the package via composer:

```
composer require eightynine/filament-excel-import
```

Usage
-----

[](#usage)

Before using this action, make sure to allow [Mass Assignment](https://laravel.com/docs/10.x/eloquent#mass-assignment) for your model. If you are doing a custom import, this is not necessary.

```
