Skip to content

Releases: neoxia/laravel-csv-response

v1.1.7

22 Apr 15:22
2cad05b
Compare
Choose a tag to compare

Compatibility with Laravel 7

v1.1.6

19 Sep 12:47
a625a19
Compare
Choose a tag to compare

Add support for Laravel 6.

v1.1.5

12 Apr 16:43
6b67ffc
Compare
Choose a tag to compare

Add support for Laravel 5.8.

v1.1.4

14 Sep 12:52
d083f76
Compare
Choose a tag to compare

Add support for Laravel 5.7.

v1.1.3

13 Jun 10:00
262fca8
Compare
Choose a tag to compare

Add support for Laravel 5.6.

v1.1.2

13 Oct 12:33
Compare
Choose a tag to compare

Add include_header option.

v1.1.1

26 Sep 12:23
Compare
Choose a tag to compare

Add support for Laravel 5.5 with package auto-discovery.

v1.1.0

13 Jun 17:13
Compare
Choose a tag to compare

Make the response more configurable.

  • The last argument of the csv() method is an array of options. Encoding, delimiter and quotes can be customized. Breaking change.

v1.0.0

09 Jun 12:24
Compare
Choose a tag to compare

First production ready version :

  • Inheritance from Laravel ResponseFactory class
  • Manage encoding
  • Deal with arrays, collections, models and strings
  • Fully tested