bzilee / laravel-dbexport
A package that manages the export of data from a table in any format
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:package
This package is auto-updated.
Last update: 2025-03-09 16:41:51 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.