Skip to content

Tags: SpartnerNL/Laravel-Excel

Tags

3.1.59

Toggle 3.1.59's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adjust WithCharts into function close() (#4227)

3.1.58

Toggle 3.1.58's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Could not find zip member error on Serverless env (#4198)

* don't make local the temp file if running on AWS lambda

* don't make local the temp file if running on AWS lambda

* don't make local the temp file if running on AWS lambda

* don't make local the temp file if running on AWS lambda

3.1.57

Toggle 3.1.57's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Require secure version of phpspreadsheet

3.1.56

Toggle 3.1.56's commit message

Verified

This commit was signed with the committer’s verified signature.
StyleCIBot StyleCI Bot
Apply fixes from StyleCI

[ci skip] [skip ci]

3.1.55

Toggle 3.1.55's commit message

Verified

This commit was signed with the committer’s verified signature.
StyleCIBot StyleCI Bot
Apply fixes from StyleCI

[ci skip] [skip ci]

3.1.54

Toggle 3.1.54's commit message

Verified

This commit was signed with the committer’s verified signature.
patrickbrouwers Patrick Brouwers
Add passing test for situation in #4077

3.1.53

Toggle 3.1.53's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use app() helper instead of resolve() for old Lumen versions

3.1.52

Toggle 3.1.52's commit message
Improve test for after chunk event for exports

3.1.51

Toggle 3.1.51's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Laravel Scout support (#4032)

* Laravel Scout support

* Update run-tests.yml

* Fix run-tests.yml

* Add matrix.scout to run-tests.yml

* Fix matrix.scout to run-tests.yml

* Scout 7,8 doesn't provides DatabaseEngine

* Skip Scout test for L5-8

* Fix skip Scout test for L5-8

* Code Style

* Code Style by StyleCI

* Meet requested changes

* Code style

3.1.50

Toggle 3.1.50's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add configuration option to configure permissions of local temporary …

…directory (and files) (#3767)

* Allow configuration of local file and dir permissions

* Fix code styling

* Fix code styling

* Cache default permissions when creating a directory

* Cache default permissions when creating a file, move permission config to seperate block in config

* Update changelog

* Update suggestion for local_permissions config

* Update CHANGELOG.md

---------

Co-authored-by: Patrick Brouwers <patrickbrouwersfilm@gmail.com>