boing6002/dataexport

Structure for holding Laravel-Enso exports

1.1.4 2019-01-24 12:12 UTC

This package is auto-updated.

Last update: 2024-03-25 06:21:23 UTC


README

Codacy Badge StyleCI License Total Downloads Latest Stable Version

Data Export structure dependency for Laravel Enso.

Watch the demo

Features

  • creates the structures and statuses necessary during the processes of exporting data

DataExport model

Has the following attributes:

  • id
  • name
  • entries
  • status
  • created_by
  • created_at

Notes

The Laravel Enso package comes with this package included.

Depends on:

  • FileManager for managing the uploads
  • Helpers for various utility classes
  • TrackWho for keeping track of the users doing the imports

Contributions

are welcome. Pull requests are great, but issues are good too.

License

This package is released under the MIT license.