bzilee / laravel-dbexport
A package that manages the export of data from a table in any format
dev-master
2020-01-09 04:19 UTC
This package is auto-updated.
Last update: 2026-03-09 19:08:40 UTC
README
Introduction
A package that manages the export of data from a Database in any format
Getting started
Basic sample
1 - Install it
composer require bzilee/laravel-dbexport
2 - Use
... use Bzilee\LaraDBExport\LaraDBExport; ... LaraDBExport::vcf(file_name, data_to_export);
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
Laravel Tinker is open-sourced software licensed under the MIT license.