Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pxlrbt committed Jun 17, 2022
2 parents f34186c + 453530a commit 2421449
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,19 @@ Easy Excel exports for Filament.

Install via Composer. This will download the package and [Laravel Excel](https://laravel-excel.com/).

**Requires PHP > 8.1 and Filament > 2.0**
**Requires PHP 8.0 and Filament 2.0**

```bash
composer require pxlrbt/filament-excel
```

### Laravel 9

If composer require fails on Laravel 9 because of the simple-cache dependency, you will have to specify the psr/simple-cache version as ^1.0 in your composer.json to satisfy the PhpSpreadsheet dependency. You can install both at the same time as:

```bash
composer require psr/simple-cache:^1.0 pxlrbt/filament-excel
```

## Quickstart

Expand Down
Empty file added src/Concerns/Except.php
Empty file.

0 comments on commit 2421449

Please sign in to comment.