boing6002 / dataexport
Structure for holding Laravel-Enso exports
1.1.4
2019-01-24 12:12 UTC
Requires
- php: >=7.1.0
- laravel-enso/core: 3.6.*
- laravel-enso/filemanager: 2.5.*
- laravel-enso/helpers: 1.10.*
- laravel-enso/trackwho: 1.7.*
- laravel/framework: 5.7.*
README
Data Export structure dependency for Laravel Enso.
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.